Email Detective
Email Detective lets you see where emails in your Gmail™ inbox were sent from
Was ist Email Detective?
Email Detective ist eine Chrome-Erweiterung, die von Keywee Software Limited entwickelt wurde, und ihr Hauptmerkmal ist "Email Detective lets you see where emails in your Gmail™ inbox were sent from".
Erweiterungsscreenshots
Email Detective-Erweiterungs-CRX-Datei herunterladen
Laden Sie Email Detective-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgkhpemijbpfcmfpnbbnjbkkkmdaamnc |
Offizielle URL | https://chrome.google.com/webstore/detail/email-detective/hgkhpemijbpfcmfpnbbnjbkkkmdaamnc |
Beschreibung | Email Detective lets you see where emails in your Gmail™ inbox were sent from |
Dateigröße | 83.28 KB |
Installationsanzahl | 58 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-10-16 |
Veröffentlichungsdatum | 2015-10-16 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Keywee Software Limited |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |