Productor for Merch by Amazon Autopilot

Change all products (price, brand,...) and auto-publish drafts on Merch by Amazon with a single click.

Productor for Merch by Amazon Autopilot क्या है?

Productor for Merch by Amazon Autopilot Productor Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change all products (price, brand,...) and auto-publish drafts on Merch by Amazon with a single click."।

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

screenshot
screenshot

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

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

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

                        With this Chrome Extension, you just have to set the price in the Extension, click "Autopilot" and open the listings where you want to change prices, brands and search and replace for words and more.

How to start:
1. Click on the icon
2. Set desired price, brand or words to replace
3. Enable or disable checkbox "Enable"
4. Open every product you want the e.g. new price or new brand to be applied. Or use "Bulk edit" in Productor Manage to open all products in series.
5. Close the tabs manually or enable auto-close of tabs.

Uncheck "Enable" checkbox, when done, to stop.



Disclaimer: Use at your own risk.                    

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

नाम Productor for Merch by Amazon Autopilot Productor for Merch by Amazon Autopilot
ID egacpbbnghmjilffefkeeeiodlijbbej
आधिकारिक URL https://chromewebstore.google.com/detail/productor-for-merch-by-am/egacpbbnghmjilffefkeeeiodlijbbej
विवरण Change all products (price, brand,...) and auto-publish drafts on Merch by Amazon with a single click.
फ़ाइल का आकार 1.96 MB
स्थापना संख्या 4,630
वर्तमान संस्करण 1.16.9
अंतिम अपडेट 2023-11-03
प्रकाशन तिथि 2020-07-04
रेटिंग 4.67/5 कुल 12 रेटिंग्स
डेवलपर Productor Apps
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.facebook.com/groups/productor.support/
समर्थित भाषाएँ en
manifest.json
{
    "description": "Change all products (price, brand,...) and auto-publish drafts on Merch by Amazon with a single click.",
    "version": "1.16.9",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Productor for Merch by Amazon Autopilot",
    "short_name": "PRDMBAA",
    "author": "Thimo Grauerholz",
    "action": {
        "default_icon": "assets\/icons\/icon128.png",
        "default_title": "Productor for Merch by Amazon Autopilot",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.es\/*"
            ],
            "all_frames": true,
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.cn\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.nl\/*",
        "*:\/\/*.amazon.es\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "background"
    ]
}