Grow Bot - Automate Your Shop

Automate your shop with this bot in one click, grow faster and boost your sales

Grow Bot - Automate Your Shop क्या है?

Grow Bot - Automate Your Shop https://selleraider.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your shop with this bot in one click, grow faster and boost your sales"।

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

screenshot
screenshot
screenshot

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

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

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

                        Our Bot will help you automate your shop and boost your sales quicker than ever.

Increase your sales. Save Time & Make Money 

Bot features:
- Repost listings (Creates a copy of your listings)
- Edit Listings (Bulk edit your listing prices and more!)
- Follow/Unfollow Users
- Message Followers
- Like Listings
- Offer to Likers & More

Supports several regions! (UK, US, FR, CA and more!)

DISCLAIMER: Our app has **no** affiliation with or endorsement by Vinted. Vinted is a trademark of Vinted, Ltd. This app  is not endorsed by, certified by, or affiliated with Vinted, Ltd.

By using this app you agree to our terms.                    

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

नाम Grow Bot - Automate Your Shop Grow Bot - Automate Your Shop
ID okdeofiopjmhefmapgjmmchdejciamgi
आधिकारिक URL https://chromewebstore.google.com/detail/grow-bot-automate-your-sh/okdeofiopjmhefmapgjmmchdejciamgi
विवरण Automate your shop with this bot in one click, grow faster and boost your sales
फ़ाइल का आकार 367 KB
स्थापना संख्या 1,760
वर्तमान संस्करण 1.3.6.22
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2022-06-08
रेटिंग 4.66/5 कुल 182 रेटिंग्स
डेवलपर https://selleraider.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://selleraider.com/vinted-bot
सहायता पृष्ठ URL https://selleraider.com/vinted-bot
गोपनीयता नीति पृष्ठ URL https://selleraider.com/privacy-policy
समर्थित भाषाएँ en,fr,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.6.22",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "16.png",
            "128": "128.png"
        },
        "default_title": "__MSG_ext_default_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.vinted.com\/*",
        "*:\/\/*.vinted.co.uk\/*",
        "*:\/\/*.vinted.ca\/*",
        "*:\/\/*.vinted.fr\/*",
        "*:\/\/*.vinted.es\/*",
        "*:\/\/*.vinted.be\/*",
        "*:\/\/*.vinted.at\/*",
        "*:\/\/*.vinted.de\/*",
        "*:\/\/*.vinted.cz\/*",
        "*:\/\/*.vinted.lt\/*",
        "*:\/\/*.vinted.lu\/*",
        "*:\/\/*.vinted.pl\/*",
        "*:\/\/*.vinted.it\/*",
        "*:\/\/*.vinted.nl\/*",
        "*:\/\/*.vinted.pt\/*",
        "*:\/\/*.vinted.net\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.amazonaws.com\/*",
        "*:\/\/*.cloudfront.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vinted.com\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.vinted.ca\/*",
                "*:\/\/*.vinted.fr\/*",
                "*:\/\/*.vinted.es\/*",
                "*:\/\/*.vinted.be\/*",
                "*:\/\/*.vinted.at\/*",
                "*:\/\/*.vinted.de\/*",
                "*:\/\/*.vinted.cz\/*",
                "*:\/\/*.vinted.lt\/*",
                "*:\/\/*.vinted.lu\/*",
                "*:\/\/*.vinted.pl\/*",
                "*:\/\/*.vinted.it\/*",
                "*:\/\/*.vinted.nl\/*",
                "*:\/\/*.vinted.pt\/*",
                "*:\/\/*.vinted.net\/*"
            ],
            "js": [
                "build\/index.js"
            ],
            "css": [
                "build\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pageContextScript.js",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*.vinted.com\/*",
                "*:\/\/*.vinted.co.uk\/*",
                "*:\/\/*.vinted.ca\/*",
                "*:\/\/*.vinted.fr\/*",
                "*:\/\/*.vinted.es\/*",
                "*:\/\/*.vinted.be\/*",
                "*:\/\/*.vinted.at\/*",
                "*:\/\/*.vinted.de\/*",
                "*:\/\/*.vinted.cz\/*",
                "*:\/\/*.vinted.lt\/*",
                "*:\/\/*.vinted.lu\/*",
                "*:\/\/*.vinted.pl\/*",
                "*:\/\/*.vinted.it\/*",
                "*:\/\/*.vinted.nl\/*",
                "*:\/\/*.vinted.pt\/*",
                "*:\/\/*.vinted.net\/*"
            ]
        }
    ],
    "manifest_version": 3
}