Honest Marketer
Detect shady marketing practices on any website.
O que é Honest Marketer?
Honest Marketer é uma extensão do Chrome desenvolvida por https://honestmarketer.com, e sua principal característica é "Detect shady marketing practices on any website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Honest Marketer
Baixe arquivos de extensão Honest Marketer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hgpammddhocfffkojmkifanccpaenhie |
URL Oficial | https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie |
Descrição | Detect shady marketing practices on any website. |
Tamanho do Arquivo | 16.39 KB |
Contagem de Instalações | 15 |
Versão Atual | 0.0.2 |
Última Atualização | 2019-09-07 |
Data de Publicação | 2019-09-03 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://honestmarketer.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://honestmarketer.com |
URL da Página de Ajuda | https://help.fomo.com |
URL da Página de Política de Privacidade | https://fomo.com/privacy |
Idiomas Suportados | 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" ] } |