Email Detective

Email Detective lets you see where emails in your Gmail™ inbox were sent from

O que é Email Detective?

Email Detective é uma extensão do Chrome desenvolvida por Keywee Software Limited, e sua principal característica é "Email Detective lets you see where emails in your Gmail™ inbox were sent from".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Email Detective

Baixe arquivos de extensão Email Detective 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

                        Email Detective is a non-intrusive extension that shows you where messages in your Gmail™ inbox were sent from. Whenever you open a message Email Detective will present its location information next to the sender's name.


Note: Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Email Detective is not  affiliated with Google Inc. in any way.                    

Informações Básicas da Extensão

Nome Email Detective Email Detective
ID hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
URL Oficial https://chrome.google.com/webstore/detail/email-detective/hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
Descrição Email Detective lets you see where emails in your Gmail™ inbox were sent from
Tamanho do Arquivo 83.28 KB
Contagem de Instalações 58
Versão Atual 1.0
Última Atualização 2015-10-16
Data de Publicação 2015-10-16
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Keywee Software Limited
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email Detective",
    "description": "Email Detective lets you see where emails in your Gmail\u2122 inbox were sent from",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/flag.es\/v1.0\/action\/locate"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/content.js",
                "js\/lib\/google-analytics-bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}