Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
Wat is Gmail Sender Finder?
Gmail Sender Finder is een Chrome-extensie ontwikkeld door Can Ozturk, en de belangrijkste functie is "Find where your emails are sent from and organize your gmail using labels with just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Sender Finder
Download Gmail Sender Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Find where do your emails come from and easily add label into the mail.
Basisinformatie over de Extensie
Naam | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
Officiële URL | https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme |
Beschrijving | Find where your emails are sent from and organize your gmail using labels with just one click. |
Bestandsgrootte | 1.16 MB |
Aantal Installaties | 18 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2016-10-28 |
Publicatiedatum | 2016-10-28 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Can Ozturk |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |