Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
What is Gmail Sender Finder?
Gmail Sender Finder is a Chrome extension developed by Can Ozturk, and its main feature is "Find where your emails are sent from and organize your gmail using labels with just one click.".
Extension Screenshots
Download Gmail Sender Finder Extension CRX File
Download Gmail Sender Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Find where do your emails come from and easily add label into the mail.
Extension Basic Information
Name | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
Official URL | 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. |
File Size | 1.16 MB |
Installation Count | 18 |
Current Version | 1.4 |
Last Updated | 2016-10-28 |
Publish Date | 2016-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Can Ozturk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |