Merch Keywords

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

Merch Keywords क्या है?

Merch Keywords Passive Income Tools LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notified about banned keywords before you submit your Amazon Merch design!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Merch Keywords एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}