Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
Google Docs + Gmail Addons
Adds Google Docs to Gmail
This script requires Gmail Addons to work. Please install that script first. Find it here
Unlike the other Gmail Addons, i have not been able to find a way to integrate the regular Google Docs page (http://docs.google.com) into Gmail. This is because of the fact that Google Docs will redirect to the main page if it is loaded in a frame.
Therefore, this script utilizes the Google Docs Gadget. You can follow up on this gadget and/or request more functionality for it at http://google.com/ig/directory?q=google+docs&ur... .
If anybody has an alternative solution, please let me know so that i can incorporate it (or just make your own Gmail Addon and tell me so i can add it). Thanks
|
|
hi nka
// ==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: 'https://docs.google.com/API/IGoogle?up_numDocuments=5&upt_numDocuments=enum&up_showLastEdit=1&upt_showLastEdit=bool&lang=en&country=us&.lang=en&.country=us&synd=ig&mid=0&ifpctok=1212920066200425557&parent=&libs=4lLBv0e6_zM/lib/libcore.js,sKgORJ-YRBw/lib/libdynamic-height.js',
indicatorLabel: 'Documents',
position: 'right'
});
maybe this will work (?) again, thanks. |
|
|
@dot: Here is the latest error: error: unknown output type: 'js',--http://userscripts.org/scripts/review/23304' |
|
|
@dot: As per your request on the main Gmail+addons page, I am posting my response here. I have installed the Gmail addons + Documents on multiple computers both Mac and PC's, and am having the very same issue as previously described. This does not seem to be a one time thing, any suggestions? |
|
|
Weirdest thing, first the addon was working, and all of a sudden this pops up in the sidebar when the Documents button is clicked: /* Copyright 2007 and beyond, Google Inc. To use gadgets on your own site, visit http://www.google.com/webmasters/gadgets. To create your own gadgets, visit http://www.google.com/apis/gadgets */(function(){var c=document.bgColor;var r,g,b;if(c.length!=7){r=g=b=1;}else{c=c.substring(1,c.length);r=parseI |
|
|
I'm with you, as I have had the very same problem. Hopefully someone will figure it out and post an addon. |
You could comment on this script if you were logged in.
