Honest Marketer

Detect shady marketing practices on any website.

¿Qué es Honest Marketer?

Honest Marketer es una extensión de Chrome desarrollada por https://honestmarketer.com, y su función principal es "Detect shady marketing practices on any website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Honest Marketer

Descarga archivos de extensión Honest Marketer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Honest Marketer Honest Marketer
ID hgpammddhocfffkojmkifanccpaenhie
URL Oficial https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie
Descripción Detect shady marketing practices on any website.
Tamaño del Archivo 16.39 KB
Cantidad de Instalaciones 15
Versión Actual 0.0.2
Última Actualización 2019-09-07
Fecha de Publicación 2019-09-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://honestmarketer.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://honestmarketer.com
URL de la Página de Ayuda https://help.fomo.com
URL de la Página de Política de Privacidad https://fomo.com/privacy
Idiomas Soportados 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"
    ]
}