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:点击日历连接在高层分裂,在屏幕上垂直显示你的日历上的右手边:
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已经和你可以和朋友聊天,但这个脚本,使得界面看起来不大好吧并集成了聊天到当前窗口,而不是弹出。
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中 ,然后单击管理用户脚本 。
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标记: greasemonkey Greasemonkey中 , , greasemoney scripts greasemoney脚本 , , enhance gmail增强的Gmail , , integrate google calendar with gmail整合Google的日历上的Gmail , , gmail Gmail的If you enjoyed this post, make sure you 如果你喜欢这个职位,请务必 subscribe to my RSS feed 订阅我的RSS馈送 ! !
» Filed Under »提起下 Google Software/Tips Google软件/秘诀
Related Posts相关职位
- How to change your default mailto client to GMail or Yahoo您如何改变默认发邮件至客户Gmail或雅虎
- Integrate Remember the Milk tasks into Gmail using Firefox addon整合记得牛奶任务分成Gmail的使用Firefox addon
- 25 useful Greasemonkey scripts you should take a look at 25 Greasemonkey中有用的脚本,你应该看一看
- Improve GMail by suggesting improvements完善的Gmail所建议改善
- How to block/remove advertisements from FaceBook and MySpace如何封锁/删除广告,从脸谱和MySpace
























