Email Detective

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

Co je Email Detective?

Email Detective je rozšíření Chrome vyvinuté Keywee Software Limited, a jeho hlavní funkcí je „Email Detective lets you see where emails in your Gmail™ inbox were sent from“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Email Detective

Stáhněte si soubory rozšíření Email Detective 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í

                        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.                    

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

Název Email Detective Email Detective
ID hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
Oficiální URL https://chrome.google.com/webstore/detail/email-detective/hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
Popis Email Detective lets you see where emails in your Gmail™ inbox were sent from
Velikost souboru 83.28 KB
Počet instalací 58
Aktuální Verze 1.0
Poslední Aktualizace 2015-10-16
Datum Vydání 2015-10-16
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Keywee Software Limited
Typ Platby free
Podporované Jazyky 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
    }
}