nexusroot

关于我

开发者信息
名称 nexusroot
注册时间 Sept. 13, 2011
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

Gmail Manager

评分5星,满分5星

So originally when this broke a few days ago I did Xander/Divirsit's fix and it seemed to work good. However earlier today I noticed that it stopped letting me left click on the user account and correctly pull up the gmail mailbox in a new tab. It would always redirect me to the gmail login page instead of auto logging in like it always did.. I ended up modifying the link in gmServiceGmail.js as follows:

this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";
should be changed to this
this._loginURL = "https://accounts.google.com/ServiceLoginAuth";

After I changed that I can now click on a mailbox from gmail manager and it launch the mailbox fully logged in like usual. If anyone else started having this same problem today try the above change, hopefully it works..

I'm hoping the dev picks back up this add-on or maybe we'll have to repackage it and release it soon under a different name.