Email Detective

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

什麼是Email Detective?

Email Detective是由Keywee Software Limited開發的Chrome擴展程式,該擴展的主要功能是“Email Detective lets you see where emails in your Gmail™ inbox were sent from”。

擴展截圖

screenshot

下載Email Detective擴展crx文件

下載Email Detective擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}