By The Dot
—
Last update
Feb 27, 2008
—
Installed
2,616 times.
// ==UserScript==
// @name Google Docs + Gmail Addons
// @namespace http://exstodot.blogspot.com
// @description Adds Google Docs to Gmail
// @include http://mail.google.com/mail/*
// @include https://mail.google.com/mail/*
// @include http://mail.google.com/a/*
// @include https://mail.google.com/a/*
// ==/UserScript==
GmailAddons.registerAddon(
{
id: 'tdDocs',
name: 'Google Docs',
url: 'http://gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/docs.xml&up_numDocuments=9&up_showLastEdit=1&synd=open&w=320&h=500&title=&lang=all&country=ALL&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js',
indicatorLabel: 'Documents',
position: 'right'
});