Gmail Sender Finder

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

O que é Gmail Sender Finder?

Gmail Sender Finder é uma extensão do Chrome desenvolvida por Can Ozturk, e sua principal característica é "Find where your emails are sent from and organize your gmail using labels with just one click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gmail Sender Finder

Baixe arquivos de extensão Gmail Sender Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Gmail Sender Finder Gmail Sender Finder
ID hdjliimmdmapicfhfefokhdkdgcljhme
URL Oficial https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme
Descrição Find where your emails are sent from and organize your gmail using labels with just one click.
Tamanho do Arquivo 1.16 MB
Contagem de Instalações 18
Versão Atual 1.4
Última Atualização 2016-10-28
Data de Publicação 2016-10-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Can Ozturk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}