Greasemonkey Script - Integrate Gmail and Google Calendar Greasemonkey中腳本-整合G mail和G oogle日曆

Posted on January 7, 2008 at 6:36 am發布於2008年1月7日,在上午06時36分

Earlier I had written about早些時候我曾寫過 twenty-five Greasemonkey scripts 25 Greasemonkey中劇本 that I found were essential for any avid Firefox user and now there’s another one that definitely needs to be added to the list:我發現是至關重要的,任何熱心Firefox用戶,現在還有一個絕對需要加入名單: Enhance Gmail 增強的Gmail . This is a cool script!這是一個冷靜的腳本!

Recently, I最近,我 integrated Remember the Milk into Gmail using the Firefox addon綜合記得牛奶到Gmail的使用Firefox addon and absolutely love it.且絕對喜歡它。 Now I can check my email and review my current list of tasks at the same time.現在,我可以檢查我的電子郵件,並檢討我國當前的任務清單,在同一時間舉行。 Very useful and definitely increased my productivity.非常有用,並一定程度上壯大了我國的生產力。

However, one thing that still lacked was the fact that I had to keep running to Google Calendar to view all my upcoming tasks and deadlines because Gmail doesn’t have any such feature.但是,有一點,但還缺乏是事實,我不得不繼續行駛,以Google的日曆來查看我所有的即將到來的任務和期限,因為Gmail的是沒有任何這樣的功能。 And it was worse after integrating Remember the Milk because that’s all about dates and times!這是更糟的整合後,記得牛奶,因為這是所有關於日期和時間!

Rest easy though because you can now integrate your Google Calendar directly into Gmail!休息並非易事,因為你現在可以整合您的Google日曆直接進入Gmail的! Once installed, you’ll see two new options at the top left of the page: Chat and Calendar.一旦安裝完畢,你會看到兩個新選項,在左上方的一頁:聊天和日曆。

Clicking on the Calendar link at the top splits the screen vertically showing your Calendar on the right hand side:點擊日曆連接在高層分裂,在屏幕上垂直顯示你的日曆上的右手邊:

Google的日曆

By default, Google Talk is integrated into Gmail already and you can chat with friends, but this script makes the interface look a little nicer and integrates the chatting into the current window rather than a popup.默認情況下, Google Talk是整合的Gmail已經和你可以和朋友聊天,但這個腳本,使得界面看起來不大好吧並集成了聊天到當前窗口,而不是彈出。

為Google Talk

If you’re not really happy with the screen being split vertically live above, you can change the script so that the calendar shows up on the bottom half of your screen rather than the right.如果您不是很滿意屏幕上正在分裂垂直活以上,你可以更改腳本,使該日曆顯示了對底層一半在你的屏幕,而不是權利。 Edit the script and change the line below:編輯劇本,並改變路線如下:

const OPEN_CAL_BELOW_MAIL=0;常量open_cal_below_mail = 0 ;

to

const OPEN_CAL_BELOW_MAIL=1;常量open_cal_below_mail = 1 ;

You can edit a Greasemonkey script by going to Tools from the Firefox menu, then Greasemonkey and then clicking on Manage User Scripts .你可以編輯腳本Greasemonkey中去,以工具從Firefox的菜單,然後Greasemonkey中 ,然後單擊管理用戶腳本

Greasemonkey中

Click on the Enhance Gmail script on the left side and then click the Edit button below.按一下就提高Gmail的腳本在左側,然後點擊編輯按鈕下面。 Find the line above using the Find command and replace the 0 with a 1.找到這行上面用找到指揮部,並取代0與1 。

編輯腳本

Overall, this is cool if you already want to have all of your Google services integrated into one nice dashboard type of application.整體來說,這是冷靜的,如果你已經想擁有您所有的Google服務整合成一個很好的儀表板類型的應用。 There are a bunch of other scripts that either enhance Gmail or add to it, so post a comment on which ones you like to use!還有一大堆其他腳本要么提高Gmail或放入,所以郵政評哪些你喜歡用! Enjoy!享受! Source LifeHacker lifehacker風格

Technorati Tags: Technorati標記: , , , ,

If you enjoyed this post, make sure you 如果你喜歡這個職位,請務必 subscribe to my RSS feed 訂閱我的RSS饋送 !

» Filed Under »提起下 Google Software/Tips Google軟件/秘訣

Related Posts相關職位

Please post your comments/suggestions!請您評論/建議!