Email Tracker
Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox.
Email Trackerとは何ですか?
Email Trackerはhttps://emailtracker.websiteによって開発されたChromeの拡張機能で、その主な機能は「Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox.」です。
拡張機能のスクリーンショット
Email Tracker拡張機能のCRXファイルをダウンロード
Email Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find out if your emails were read. Simply install and any future emails are automatically tracked. A circle will appear when the tracking is enabled on the sent email and a checkmark will appear when it has been read. Works for unlimited email accounts and sent emails. Works with Gmail, Outlook / Hotmail, Office 365 Outlook, and Yahoo Mail. For compatibility with other email clients contact us at [email protected] Email tracker does not ever store or transfer your email contents in order to ensure your privacy. Emails sent to only yourself are not tracked. If you want to test the extension send an email to another email account. Upgrade to pro and get full statistics, link tracking, and more. Visit https://emailtracker.website/pro For more information or help please visit https://emailtracker.website/help
拡張機能の基本情報
名前 | Email Tracker |
ID | bnompdfnhdbgdaoanapncknhmckenfog |
公式URL | https://chromewebstore.google.com/detail/email-tracker/bnompdfnhdbgdaoanapncknhmckenfog |
説明 | Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook / Hotmail, Office 365 & Yahoo Mail Inbox. |
ファイルサイズ | 479 KB |
インストール数 | 268,653 |
現在のバージョン | 4.0.82 |
最終更新日 | 2024-01-20 |
公開日 | 2020-06-28 |
評価 | 4.58/5 合計 925 レビュー |
開発者 | https://emailtracker.website |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://emailtracker.website |
ヘルプページのURL | https://emailtracker.website/help |
プライバシーポリシーページのURL | https://emailtracker.website/privacy.php |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Tracker", "version": "4.0.82", "description": "Find out if your emails get read. Free & unlimited email tracking for Gmail, Outlook \/ Hotmail, Office 365 & Yahoo Mail Inbox.", "manifest_version": 2, "icons": { "128": "image\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.mail.google.com\/*", "*:\/\/*.inbox.google.com\/*", "*:\/\/*.mail.live.com\/*", "*:\/\/*.outlook.live.com\/*", "*:\/\/*.outlook.office.com\/*", "*:\/\/*.outlook.office365.com\/*", "*:\/\/*.mail.yahoo.com\/*", "*:\/\/*\/owa\/*" ], "js": [ "lib\/global.js", "lib\/xtion.js", "lib\/moment\/moment-with-locales.min.js", "lib\/moment\/moment-timezone-with-data.min.js", "lib\/gmailsdk.js", "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_start", "all_frames": true } ], "background": { "page": "background.html" }, "permissions": [ " |