Merch Checker

This extension is scanning the products description for certain keywords!

Merch Checkerคืออะไร?

Merch Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MerchLegend และคุณลักษณะหลักของมันคือ "This extension is scanning the products description for certain keywords!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Merch Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you sure your account is safe and compliant with the latest keyword changes? 

Merch Checker automates the process of checking the brand names, titles, bullets and descriptions for your listings and shows you where you need to edit. 

NOTE: The extension becomes active in the MANAGE tab. 
HOW TO ACTIVATE: To enter the license key open your Merch by Amazon website, go to the MANAGE tab, press the extension icon and enter the license key. 


For further assistance you can reach us at: [email protected]                    

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

ชื่อ Merch Checker Merch Checker
ID nknmmnfkbmmpgmhkfjajihpnhdhoncje
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/merch-checker/nknmmnfkbmmpgmhkfjajihpnhdhoncje
คำอธิบาย This extension is scanning the products description for certain keywords!
ขนาดไฟล์ 87.34 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-08-12
วันที่เผยแพร่ 2018-08-12
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา MerchLegend
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Checker",
    "version": "1.2.1",
    "description": "This extension is scanning the products description for certain keywords!",
    "permissions": [
        "activeTab",
        "management",
        "declarativeContent",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "css\/img\/image-16.png",
        "48": "css\/img\/image-48.png",
        "128": "css\/img\/image-128.png"
    },
    "page_action": {
        "default_icon": "css\/img\/image-48.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}