Gmail Sender Finder

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

Cos'è Gmail Sender Finder?

Gmail Sender Finder è un'estensione di Chrome sviluppata da Can Ozturk, e la sua funzione principale è "Find where your emails are sent from and organize your gmail using labels with just one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Sender Finder

Scarica i file di estensione Gmail Sender Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gmail Sender Finder Gmail Sender Finder
ID hdjliimmdmapicfhfefokhdkdgcljhme
URL Ufficiale https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme
Descrizione Find where your emails are sent from and organize your gmail using labels with just one click.
Dimensione del File 1.16 MB
Conteggio Installazioni 18
Versione Corrente 1.4
Ultimo Aggiornamento 2016-10-28
Data di Pubblicazione 2016-10-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Can Ozturk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}