Bienvenue sur les modules Firefox pour Android.
Ajoutez des fonctionnalités et styles supplémentaires pour personnaliser votre Firefox pour Android.
FermerXander
À propos de moi
Nom | Xander |
---|---|
Utilisateur depuis | sep. 9, 2011 |
Nombre de modules développés | 0 modules |
Moyenne des notes des modules du développeur | Pas encore évalué |
Mes critiques
Gmail Manager
Noté 4 sur 5 étoiles
The fix Divrsit posted earlier was not enough to get it to work again for me. I had to make 1 more adjustment. Thanks for Divrsit for posting the solution.
This works for Windows 7. If you use a different version of Windows, the files mentioned below are most likely on different locations.
1. Browse 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, rename it to {582195F5-92E7-40a0-A127-DB71295901D7}.zip and extract the files to a temporary location.
3. Open the components folder, look for the file gmServiceGmail.js and use a text editor to modify these 2 lines:
this._loginURL = "https://www.google.com/accounts/ServiceLoginAuth";
should be changed to this
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
this._loginURL = "https://accounts.google.com/a/"+ar[1]+"/LoginAction2?service=mail";
4. Save the file, overwrite the existing gmServiceGmail.js
5. Open the file install.rdf with a text editor and change the line:
<em:maxVersion>4.0.*</em:maxVersion>
to
<em:maxVersion>6.0.*</em:maxVersion>
6. Save the file, overwrite the existing install.rdf.
7. Rezip all files you extracted in step 2 and name it {582195F5-92E7-40a0-A127-DB71295901D7}.xpi
8. Replace the old {582195F5-92E7-40a0-A127-DB71295901D7}.xpi for the 1 you just adjusted and restart FireFox
Pour créer vos propres collections, vous devez avoir un compte Mozilla Add-ons.