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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |