Honest Marketer
Detect shady marketing practices on any website.
Honest Marketerとは何ですか?
Honest Marketerはhttps://honestmarketer.comによって開発されたChromeの拡張機能で、その主な機能は「Detect shady marketing practices on any website.」です。
拡張機能のスクリーンショット
Honest Marketer拡張機能のCRXファイルをダウンロード
Honest Marketer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | hgpammddhocfffkojmkifanccpaenhie |
公式URL | https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie |
説明 | Detect shady marketing practices on any website. |
ファイルサイズ | 16.39 KB |
インストール数 | 15 |
現在のバージョン | 0.0.2 |
最終更新日 | 2019-09-07 |
公開日 | 2019-09-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://honestmarketer.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://honestmarketer.com |
ヘルプページのURL | https://help.fomo.com |
プライバシーポリシーページのURL | https://fomo.com/privacy |
対応言語 | 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" ] } |