Product Relister for Mercari

Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.

Product Relister for Mercari क्या है?

Product Relister for Mercari Relister Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon."।

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

screenshot

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

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

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

                        Boost your Mercari sales by re-listing your stale products with a click!

Instead of copying and pasting your product's attributes, let the extension do it for you.

1. Visit your product's page on Mercari.
2. Click the extension icon in the Chrome toolbar.
3. Your product's attributes will be automatically copied into a new listing.

---

This is a beta release. Please email feedback to [email protected].                    

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

नाम Product Relister for Mercari Product Relister for Mercari
ID codkkmheeddeihfgiaofbppbnkfjlhhk
आधिकारिक URL https://chromewebstore.google.com/detail/product-relister-for-merc/codkkmheeddeihfgiaofbppbnkfjlhhk
विवरण Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.
फ़ाइल का आकार 19.26 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2022-06-14
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर Relister Extension
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Product Relister for Mercari",
    "description": "Boost sales on Mercari by relisting your products in a snap! Simply visit the listing you want to relist and click the icon.",
    "version": "0.0.9",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.mercari.com\/*",
        "*:\/\/*.mercdn.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.mercari.com\/sell\/",
                "https:\/\/*.mercari.com\/sell"
            ],
            "js": [
                "import.js"
            ]
        }
    ],
    "action": []
}