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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |