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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 } } |