Honest Marketer
Detect shady marketing practices on any website.
Co to jest Honest Marketer?
Honest Marketer to rozszerzenie Chrome opracowane przez https://honestmarketer.com, a jego główną funkcją jest „Detect shady marketing practices on any website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Honest Marketer
Pobierz pliki rozszerzeń Honest Marketer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hgpammddhocfffkojmkifanccpaenhie |
Oficjalny URL | https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie |
Opis | Detect shady marketing practices on any website. |
Rozmiar pliku | 16.39 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2019-09-07 |
Data Publikacji | 2019-09-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://honestmarketer.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://honestmarketer.com |
Adres URL Strony Pomocy | https://help.fomo.com |
Adres URL Strony Polityki Prywatności | https://fomo.com/privacy |
Obsługiwane Języki | 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" ] } |