Honest Marketer

Detect shady marketing practices on any website.

Honest Marketerคืออะไร?

Honest Marketer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://honestmarketer.com และคุณลักษณะหลักของมันคือ "Detect shady marketing practices on any website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Honest Marketer

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Honest Marketer Honest Marketer
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"
    ]
}