Booost for Depop

Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!

Booost for Depop क्या है?

Booost for Depop https://getbooost.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!"।

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

screenshot

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

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

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

                        Looking for a Depop bot? 

Try Booost with a 7 day free trial - no credit card required - £19.99/mo!

MASS FOLLOW AND UNFOLLOW
Use Booost for Depop to automatically follow users & gain followers. Booost can also unfollow users when you hit the 7501 limit. - "I gained 1,000 followers in 8 hours!"

REFRESH ALL YOUR LISTINGS
Auto refresh your products with one-click. Automatically bumping your Depop items dramatically increases your product sales and profits. Save countless hours of your time, Booost for Depop automates everything.

BULK MESSAGING FOLLOWERS
Advertise your Depop store by bulk messaging all your followers to notify them of flash sales or product discounts. You can also batch message liker's of specific Depop products. 

For support please email: [email protected]                    

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

नाम Booost for Depop Booost for Depop
ID fegoancbgpbgilmmmokekpoiboakokai
आधिकारिक URL https://chromewebstore.google.com/detail/booost-for-depop/fegoancbgpbgilmmmokekpoiboakokai
विवरण Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 372
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2020-08-18
प्रकाशन तिथि 2020-08-18
रेटिंग 4.55/5 कुल 11 रेटिंग्स
डेवलपर https://getbooost.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getbooost.com
सहायता पृष्ठ URL https://www.getbooost.com/help
गोपनीयता नीति पृष्ठ URL https://www.salesbot.co/legal/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Booost for Depop",
    "version": "1.4.1",
    "short_name": "Booost",
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "description": "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!",
    "page_action": {
        "default_icon": "icon38-inactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/depop.com\/*",
                "https:\/\/www.depop.com\/*"
            ],
            "js": [
                "\/static\/js\/app.js",
                "\/static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "192": "icon192.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}