Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
Gmail Sender Finder क्या है?
Gmail Sender Finder Can Ozturk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find where your emails are sent from and organize your gmail using labels with just one click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Sender Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find where do your emails come from and easily add label into the mail.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme |
विवरण | Find where your emails are sent from and organize your gmail using labels with just one click. |
फ़ाइल का आकार | 1.16 MB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2016-10-28 |
प्रकाशन तिथि | 2016-10-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Can Ozturk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } } |