Honest Marketer
Detect shady marketing practices on any website.
Qu'est-ce que Honest Marketer ?
Honest Marketer est une extension Chrome développée par https://honestmarketer.com, et sa fonction principale est "Detect shady marketing practices on any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Honest Marketer
Téléchargez les fichiers d'extension Honest Marketer 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
This extension is inspired by a series of free guides at honestmarketer.com/guides about how to do digital marketing more honestly. Too often, online sellers bend the truth about their product or service in order to increase sales (short term), while ultimately damaging customer relationships and trust in the long term. Adding this free extension to your browser will give you "integrity superpowers" on every website you visit. It does this by highlighting hyperbolic, alarmist marketing tactics and tools so you can make better buying decisions. Also, we don't track you.
Informations de Base sur l'Extension
Nom | |
ID | hgpammddhocfffkojmkifanccpaenhie |
URL Officiel | https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie |
Description | Detect shady marketing practices on any website. |
Taille du Fichier | 16.39 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2019-09-07 |
Date de Publication | 2019-09-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://honestmarketer.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://honestmarketer.com |
URL de la Page d'Aide | https://help.fomo.com |
URL de la Page de Politique de Confidentialité | https://fomo.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Honest Marketer", "short_name": "Honest Marketer", "description": "Detect shady marketing practices on any website.", "browser_action": { "default_icon": "images\/hm-128.png" }, "version": "0.0.2", "icons": { "16": "images\/hm-16.png", "48": "images\/hm-48.png", "128": "images\/hm-128.png" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "js\/icon.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/amazon.com\/*", "*:\/\/medium.com\/*", "*:\/\/trello.com\/b\/*", "*:\/\/hangouts.google.com\/*", "*:\/\/mail.google.com\/*", "*:\/\/instagram.com\/*", "*:\/\/facebook.com\/*", "*:\/\/twitter.com\/*", "*:\/\/stackoverflow.com\/*" ], "js": [ "js\/variables.js", "js\/styles.js", "js\/functions.js", "js\/actions.js" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |