Merch Automation

Merch By Amazon Listing Automation

Merch Automation क्या है?

Merch Automation https://mercherworld.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merch By Amazon Listing Automation"।

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

screenshot
screenshot
screenshot

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

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

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

                        Amazon Merch On Demand Listing Automation help you upload designs automatically and replace title and brand and bullet points text for you from your design names. So you do not have to do anything at all! YES! nothing at all! Also all this process done without Excel or CSV files or anything like that! We took the full process in mind and when we created Merch Automation. As a Merch Sellers we understand the process very well that's why our extension is not like any other extension or software does automation out there.                    

एक्सटेंशन की मूल जानकारी

नाम Merch Automation Merch Automation
ID dalmoakblkbkmjhbemdfmpmkhokaeogf
आधिकारिक URL https://chromewebstore.google.com/detail/merch-automation/dalmoakblkbkmjhbemdfmpmkhokaeogf
विवरण Merch By Amazon Listing Automation
फ़ाइल का आकार 158 KB
स्थापना संख्या 76
वर्तमान संस्करण 2.0.1
अंतिम अपडेट 2023-05-04
प्रकाशन तिथि 2022-10-11
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://mercherworld.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट http://automation.mercherworld.com/
सहायता पृष्ठ URL https://automation.mercherworld.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://mercherworld.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch Automation",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "Merch By Amazon Listing Automation",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "options_page": "popup.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/designs\/new\/*"
            ],
            "js": [
                "query.min.js",
                "jquery-3.6.1.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Helpers\/Uploader.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}