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
    }
}