You might want to check out my own re-write of that extension. I'm working on multiple account support at the moment, but I think Google Apps support is functioning well.
http://www.chromeextensions.org/alerts-updates/gmail-checker/ On Nov 18, 4:17 am, "Nathan J. Brauer" <[email protected]> wrote: > Here are the changes that should be made in "background.html": > > var gmail = "http://mail.google.com/mail/"; > var gmailAtomRef = "http://mail.google.com/mail/feed/atom"; > > TO: > > var gmail = "http://mail.google.com/a/nathanbrauer.com/"; > var gmailAtomRef = "http://mail.google.com/a/nathanbrauer.com/feed/ > atom"; > > Replace "nathanbrauer.com" with your domain name. > > On Nov 18, 9:39 am, Toast <[email protected]> wrote: > > > > > I've made those changes, and clicking on the icon DOES take me to my > > appropriate google apps domain email, however the icon isn't updating > > as being signed in. I've tried updating the atom feed line the same > > way as the first line you referenced, but to no avail. Any > > suggestions on what I'm missing? > > > On Nov 17, 4:09 pm, Aaron Boodman <[email protected]> wrote: > > > > You can change the code to make it work, but there's no UI for > > > updating the settings. If you want to change the code, you can do a > > > search for "mail.google.com" inside <your user data > > > dir>/Default/Extensions, and replace it with mail.google.com/a/<your > > > app domain>. > > > > You can find your user data dir, > > > here:http://www.chromium.org/user-experience/user-data-directory > > > > - a > > > > On Mon, Nov 16, 2009 at 7:43 PM, Faizal <[email protected]> wrote: > > > > I found Google Mail Checker here: > > > > >http://dev.chromium.org/developers/design-documents/extensions/samples > > > > > Is there a way to use this with Google App acc? > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > Groups "Chromium-extensions" group. > > > > To post to this group, send email to > > > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]. > > > > For more options, visit this group > > > > athttp://groups.google.com/group/chromium-extensions?hl=. -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=.
