Greasemonkey Script - Integrate Gmail and Google Calendar Greasemonkey сценарий - интегрировать Gmail и Календарь Google
Posted on January 7, 2008 at 6:36 am Опубликованный на 7 января 2008 года в 6:36 утра
Earlier I had written about Ранее я писал о twenty-five Greasemonkey scripts двадцать пять 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 аддон 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
Technorati Tags: Technorati Tags: greasemonkey , greasemoney scripts greasemoney скрипты , enhance gmail повысить gmail , integrate google calendar with gmail интегрировать Google календарь с gmail , gmailIf you enjoyed this post, make sure you Если вам понравилась эта должность, убедитесь, что вы subscribe to my RSS feed подписаться на мой канал ! !
» Filed Under »В соответствии с поданной Google Software/Tips Программное обеспечение Google / Советы
Related Posts Похожие Сообщений
- How to change your default mailto client to GMail or Yahoo Как изменить настройки по умолчанию клиент электронной почты с GMail и Yahoo
- Integrate Remember the Milk tasks into Gmail using Firefox addon Включение Помните Молоко задач в Gmail с помощью Firefox аддон
- 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 Как заблокировать / убрать рекламу из FaceBook и MySpace
























