Email Detective

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

Email Detectiveคืออะไร?

Email Detective เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keywee Software Limited และคุณลักษณะหลักของมันคือ "Email Detective lets you see where emails in your Gmail™ inbox were sent from"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Detective

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
    }
}