Merch Jar

Merch Jar extension exclusively for the users of merchjar.com

Merch Jar क्या है?

Merch Jar Merch Jar Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Merch Jar extension exclusively for the users of merchjar.com"।

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

screenshot
screenshot
screenshot

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

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

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

                        The Merch Jar extension allows you to quickly and easily export your designs and sales data from the Merch by Amazon platform into merchjar.com. This gives you additional analytics on your sales data, as well as the ability to export a list of asins you can sell - making creating new advertising campaigns easier than ever before.                    

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

नाम Merch Jar Merch Jar
ID gegbbecbgcjdhmkdiecdcihioeaggegk
आधिकारिक URL https://chromewebstore.google.com/detail/merch-jar/gegbbecbgcjdhmkdiecdcihioeaggegk
विवरण Merch Jar extension exclusively for the users of merchjar.com
फ़ाइल का आकार 576 KB
स्थापना संख्या 238
वर्तमान संस्करण 0.1.1.0
अंतिम अपडेट 2023-04-06
प्रकाशन तिथि 2022-12-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Merch Jar Extension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://merchjar.com
सहायता पृष्ठ URL https://merchjar.com/contact-us
गोपनीयता नीति पृष्ठ URL https://merchjar.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Merch Jar",
    "version": "0.1.1.0",
    "author": "Merch Jar Team",
    "description": "Merch Jar extension exclusively for the users of merchjar.com",
    "permissions": [
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/merch.amazon.com\/*"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "icons": {
        "192": "logo192.png"
    },
    "action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    }
}