Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
Co to jest Gmail Sender Finder?
Gmail Sender Finder to rozszerzenie Chrome opracowane przez Can Ozturk, a jego główną funkcją jest „Find where your emails are sent from and organize your gmail using labels with just one click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gmail Sender Finder
Pobierz pliki rozszerzeń Gmail Sender Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Find where do your emails come from and easily add label into the mail.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
Oficjalny URL | https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme |
Opis | Find where your emails are sent from and organize your gmail using labels with just one click. |
Rozmiar pliku | 1.16 MB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2016-10-28 |
Data Publikacji | 2016-10-28 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Can Ozturk |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |