Email Detective

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

Email Detective क्या है?

Email Detective Keywee Software Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email Detective lets you see where emails in your Gmail™ inbox were sent from"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Email Detective एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Email Detective Email Detective
ID hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
आधिकारिक URL https://chrome.google.com/webstore/detail/email-detective/hgkhpemijbpfcmfpnbbnjbkkkmdaamnc
विवरण Email Detective lets you see where emails in your Gmail™ inbox were sent from
फ़ाइल का आकार 83.28 KB
स्थापना संख्या 58
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-16
प्रकाशन तिथि 2015-10-16
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Keywee Software Limited
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}