Email Privacy Protector: Is My Email Tracked?
Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.
Email Privacy Protector: Is My Email Tracked?とは何ですか?
Email Privacy Protector: Is My Email Tracked?はhttps://www.email-tracking-blocker.comによって開発されたChromeの拡張機能で、その主な機能は「Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.」です。
拡張機能のスクリーンショット
Email Privacy Protector: Is My Email Tracked?拡張機能のCRXファイルをダウンロード
Email Privacy Protector: Is My Email Tracked?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Stop spammers dead! Anyone who's tracking your emails, will be sorely disappointed. Do you know that almost all the emails you receive are tracked to see when you open them and when you click on the links in them? With this email privacy protector, no one will ever be able to know when you opened your email, or have any information about any links that you clicked. This extension will block email tracking attempts used to detect when you open and read emails. Email Privacy Protector displays an ;eye' when it finds and blocks a tracking attempt inside of an email. Your email privacy and security is our goal. cloudHQ. Helping your productivity, 1 click at a time. cloudHQ website: https://www.cloudhq.net/ App website: https://www.email-tracking-blocker.com/ Pricing: FREE Support page: https://support.cloudhq.net/category/browser/email-tracking-blocker/ Blog: https://blog.cloudhq.net
拡張機能の基本情報
名前 | Email Privacy Protector: Is My Email Tracked? |
ID | ocodabmcnjfjeioonacpommjjlmhbccg |
公式URL | https://chromewebstore.google.com/detail/email-privacy-protector-i/ocodabmcnjfjeioonacpommjjlmhbccg |
説明 | Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy. |
ファイルサイズ | 411 KB |
インストール数 | 10,599 |
現在のバージョン | 1.0.2.0 |
最終更新日 | 2023-12-21 |
公開日 | 2020-06-19 |
評価 | 4.21/5 合計 68 レビュー |
開発者 | https://www.email-tracking-blocker.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.email-tracking-blocker.com/ |
ヘルプページのURL | https://support.cloudhq.net/category/browser/email-tracking-blocker/ |
プライバシーポリシーページのURL | https://www.cloudhq.net/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Email Privacy Protector: Is My Email Tracked?", "short_name": "Email Privacy Protector by cloudHQ", "description": "Anytime you open your emails, people could be tracking when you do it, and which links you click on. Protect your email privacy.", "version": "1.0.2.0", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/main_gmail_privacy_tracker.css" ], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "urls", "enabled": true, "path": "rules\/urls.json" }, { "id": "words", "enabled": true, "path": "rules\/words.json" } ] }, "permissions": [ "scripting", "storage", "background", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/", "*:\/\/*.googleusercontent.com\/*", "*:\/\/taskassist-pa.clients6.google.com\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*", "*:\/\/*.google.com\/*" ] } ], "icons": { "128": "icons\/gmail_privacy_tracker.png", "48": "icons\/gmail_privacy_tracker.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "action": { "default_icon": "icons\/gmail_privacy_tracker.png", "default_title": "Email Privacy Protector by cloudHQ" } } |