Inbox Preview by TrustedSite
See which sites you can trust.
什么是Inbox Preview by TrustedSite?
Inbox Preview by TrustedSite是由https://www.trustedsite.com开发的Chrome扩展程序,该扩展的主要功能是“See which sites you can trust.”。
扩展截图
下载Inbox Preview by TrustedSite扩展crx文件
下载Inbox Preview by TrustedSite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inbox Preview by TrustedSite gives you a sneak peek into what you'll get if you sign up for the mailing list on a variety of websites. - Get a spam risk rating for 1,000s of sites - Easily see if you'll receive spam before you sign up - Find out how many emails you're really signing up for - Avoid having your personal information sold We sign up for thousands of websites with unique email addresses to monitor the results, so you don't have to guess. This lightweight Chrome extension lets you easily see our results before you enter your email address so you can avoid spam. If we don't have results for a particular site, you can easily vote for us to rate it in the future.
扩展基本信息
名称 | Inbox Preview by TrustedSite |
ID | emolkkmlcfknlnjcmpmbhifdajgkgeed |
官方URL | https://chromewebstore.google.com/detail/inbox-preview-by-trusteds/emolkkmlcfknlnjcmpmbhifdajgkgeed |
简介 | See which sites you can trust. |
文件大小 | 65.92 KB |
安装次数 | 245 |
当前版本 | 2022.05.01 |
更新时间 | 2022-05-05 |
上架时间 | 2020-02-06 |
开发者 | https://www.trustedsite.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://inbox.trustedsite.com/ |
隐私政策页面URL | https://www.trustedsite.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Preview by TrustedSite", "short_name": "Inbox Preview", "description": "See which sites you can trust.", "version": "2022.05.01", "manifest_version": 2, "background": { "scripts": [ "jquery.min.js", "common.js", "background.js" ] }, "homepage_url": "https:\/\/inbox.trustedsite.com\/", "permissions": [ "activeTab", "background", "https:\/\/*.trustedsite.com\/" ], "icons": { "16": "icon-green.png", "32": "icon-green.png", "64": "icon-green.png", "128": "icon-green.png" }, "browser_action": { "default_icon": "icon-green.png", "default_popup": "popup.html", "default_title": "Inbox Preview" } } |