لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.

Close

مرحبا بك في إضافات فَيَرفُكس.

اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.

Close

في الطريق، أثناء تنقلك؟

ألقِ نظرة على موقع إضافات الهواتف الذكية.

Close

Trax

معلومات عنّي

معلومات المطور
الاسم Trax
مُستخدم منذ سبتمبر 14, 2011
عدد الإضافات التي طورتها 0 إضافة/إضافات
معدّل التقييم من مطوري الإضافات بلا تقييم حتى الآن

تعليقاتي

Gmail Manager

مقيمة بـ 5 من 5 نجوم

1] Browse to: C:\Documents and Settings\YOUR USER NAME\Application Data\Mozilla\Firefox\Profiles\gryfs2ob.default\extensions\{582195F5-92E7-40a0-A127-DB71295901D7}\components

2] finally open "gmServiceGmail.js" with notepad

3] edit those 2 lines below:

loginURL = "https://www.google.com/accounts/ServiceLoginAuth";

should be changed to:

loginURL = "https://accounts.google.com/accounts/ServiceLoginAuth?service=mail";

and:

loginURL = "https://www.google.com/a/" + this.domain + "/LoginAction2";

should be changed to:

loginURL = "https://accounts.google.com/a/"+ar[1]+"/LoginAction2?service=mail";

4] save "gmServiceGmail.js" restart FireFox and your Gmail manager accounts should be working correctly.

I have made this change to 6 XP computers so far each have 4 gmail accounts and they all function correctly.

Thanks once again to divrsit for posting this fix.

هذا المستخدم لديه تعليق سابق على هذه الإضافة.

Gmail Manager

مقيمة بـ 5 من 5 نجوم

I have been using this fix below by divrsit since he posted it and have had no problems at all:
--------------
1. Browse yourself to C:\Users\YOUR USER NAME\AppData\Roaming\Mozilla\Firefox\Profiles\A RANDOM CODE IS

HERE.default\extensions\

2. Locate the file {582195F5-92E7-40a0-A127-DB71295901D7}.xpi and use WinRaR/WinZip ect. to extract the

files

3. Open the components folder, look for the file gmServiceGmail.js and use a text editor to modify the file

4. Look for these 2 lines:

this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";

should be changed to this below:

this._loginURL = "https://accounts.google.com/accounts/ServiceLoginAuth?service=mail";

this._loginURL = "https://www.google.com/a/" + this.domain + "/LoginAction2";

should be changed to this below:

this._loginURL = "https://accounts.google.com/a/"+ar[1]+"/LoginAction2?service=mail";
--------------