Honest Marketer
Detect shady marketing practices on any website.
Honest Marketer là gì?
Honest Marketer là một tiện ích mở rộng Chrome được phát triển bởi https://honestmarketer.com, và tính năng chính của nó là "Detect shady marketing practices on any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Honest Marketer
Tải xuống các tệp mở rộng Honest Marketer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgpammddhocfffkojmkifanccpaenhie |
URL Chính Thức | https://chromewebstore.google.com/detail/honest-marketer/hgpammddhocfffkojmkifanccpaenhie |
Mô tả | Detect shady marketing practices on any website. |
Kích Thước Tệp | 16.39 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2019-09-07 |
Ngày Phát Hành | 2019-09-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://honestmarketer.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://honestmarketer.com |
URL Trang Trợ Giúp | https://help.fomo.com |
URL Trang Chính Sách Bảo Mật | https://fomo.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |