Gmail Sender Finder

Find where your emails are sent from and organize your gmail using labels with just one click.

Co je Gmail Sender Finder?

Gmail Sender Finder je rozšíření Chrome vyvinuté Can Ozturk, a jeho hlavní funkcí je „Find where your emails are sent from and organize your gmail using labels with just one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Gmail Sender Finder

Stáhněte si soubory rozšíření Gmail Sender Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Find where do your emails come from and easily add label into the mail.                    

Základní Informace o Rozšíření

Název Gmail Sender Finder Gmail Sender Finder
ID hdjliimmdmapicfhfefokhdkdgcljhme
Oficiální URL https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme
Popis Find where your emails are sent from and organize your gmail using labels with just one click.
Velikost souboru 1.16 MB
Počet instalací 18
Aktuální Verze 1.4
Poslední Aktualizace 2016-10-28
Datum Vydání 2016-10-28
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Can Ozturk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}