Inbox Preview by TrustedSite
See which sites you can trust.
Qu'est-ce que Inbox Preview by TrustedSite ?
Inbox Preview by TrustedSite est une extension Chrome développée par https://www.trustedsite.com, et sa fonction principale est "See which sites you can trust.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inbox Preview by TrustedSite
Téléchargez les fichiers d'extension Inbox Preview by TrustedSite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Inbox Preview by TrustedSite |
ID | emolkkmlcfknlnjcmpmbhifdajgkgeed |
URL Officiel | https://chromewebstore.google.com/detail/inbox-preview-by-trusteds/emolkkmlcfknlnjcmpmbhifdajgkgeed |
Description | See which sites you can trust. |
Taille du Fichier | 65.92 KB |
Nombre d'Installations | 245 |
Version Actuelle | 2022.05.01 |
Dernière Mise à Jour | 2022-05-05 |
Date de Publication | 2020-02-06 |
Développeur | https://www.trustedsite.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://inbox.trustedsite.com/ |
URL de la Page de Politique de Confidentialité | https://www.trustedsite.com/privacy |
Langues Prises en Charge | 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" } } |