Google Docs + Gmail Addons

By The Dot Last update Feb 27, 2008 — Installed 2,616 times. Daily Installs: 1, 2, 2, 1, 0, 0, 1, 3, 4, 2, 0, 1, 1, 1, 0, 0, 3, 0, 2, 0, 0, 0, 4, 1, 1, 1, 2, 1, 0, 0, 1, 1
// ==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'
});