Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
Qu'est-ce que Gmail Sender Finder ?
Gmail Sender Finder est une extension Chrome développée par Can Ozturk, et sa fonction principale est "Find where your emails are sent from and organize your gmail using labels with just one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Sender Finder
Téléchargez les fichiers d'extension Gmail Sender Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Find where do your emails come from and easily add label into the mail.
Informations de Base sur l'Extension
Nom | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
URL Officiel | https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme |
Description | Find where your emails are sent from and organize your gmail using labels with just one click. |
Taille du Fichier | 1.16 MB |
Nombre d'Installations | 18 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2016-10-28 |
Date de Publication | 2016-10-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Can Ozturk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Sender Finder", "manifest_version": 2, "version": "1.4", "description": "Find where your emails are sent from and organize your gmail using labels with just one click.", "icons": { "32": "gla_32.jpg", "48": "gla_48.jpg", "128": "gla_128.png" }, "permissions": [ "identity", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "Gmail Sender Finder", "default_icon": "gla_48.jpg", "default_popup": "popup.html" }, "oauth2": { "client_id": "954045079248-t1u77bscq106bn3eftt9a421ndm3h78r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.modify" ] } } |