Merch Keywords

Get notified about banned keywords before you submit your Amazon Merch design!

Merch Keywordsคืออะไร?

Merch Keywords เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Passive Income Tools LLC และคุณลักษณะหลักของมันคือ "Get notified about banned keywords before you submit your Amazon Merch design!"

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

screenshot
screenshot
screenshot

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

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

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

                        Do your designs get rejected in Merch By Amazon? Want to know before you press that "Publish" button? Install this extension to prevent future rejections. Includes sensitive keywords for "Youth" merchandise.                    

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

ชื่อ Merch Keywords Merch Keywords
ID alokkeanboefokelojhfolnojmopjlba
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/alokkeanboefokelojhfolnojmopjlba
คำอธิบาย Get notified about banned keywords before you submit your Amazon Merch design!
ขนาดไฟล์ 193 KB
จำนวนการติดตั้ง 2,377
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2020-12-09
วันที่เผยแพร่ 2020-07-21
คะแนน 4.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Passive Income Tools LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://automatepod.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Keywords",
    "description": "Get notified about banned keywords before you submit your Amazon Merch design!",
    "version": "1.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Merch Keywords"
    }
}