Bot for Depop - Grow - SellerAider

Our Bot will help you start making sales quicker than ever on Depop!

Qu'est-ce que Bot for Depop - Grow - SellerAider ?

Bot for Depop - Grow - SellerAider est une extension Chrome développée par selleraider.com, et sa fonction principale est "Our Bot will help you start making sales quicker than ever on Depop!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bot for Depop - Grow - SellerAider

Téléchargez les fichiers d'extension Bot for Depop - Grow - SellerAider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Grow is a Bot for Depop will help boost sales on your Depop shop! You can gain lots of eyes,  sales and followers on your store daily with our automated tool!

Our Bot Features:
- Follow/unfollow users on Depop
- Refresh Listings
- Send Messages 
- Follow Users Followers
- Follow Buyers
- Message Buyers
- Message Recent Likers
- Re-list item
- Follow Reviewers
- Blacklist Following
- Follow Users Following
- Follow Product Likers
- Restore Layout/Rearrange & Save Layout
- Automatically Refresh your listings 
- Like user products
- Calculate profit/fees with the fee calculator
- Unfollow your following list
- Whitelist people before mass unfollowing
AND MORE!

All from your PC, At the touch of a button! No PASSWORD OR CARD NEEDED

Try for free!, no strings attached!

NOTE: The bot has a trial period of 14 days NO CARD NEEDED, once that is up you can get extended use for completely FREE! Oh and we provide 24/7 support :)

Depop is a registered trademark of Depop Limited, incorporated. Grow by SellerAider is not affiliated with, endorsed by, sponsored by or otherwise related to Depop Limited, incorporated or any of its affiliates or subsidiaries.

By using this application you are agreeing to our terms: https://selleraider.com/terms                    

Informations de Base sur l'Extension

Nom Bot for Depop - Grow - SellerAider Bot for Depop - Grow - SellerAider
ID japbiiccmcfhgpjmfmodgiaoflkhiomm
URL Officiel https://chromewebstore.google.com/detail/bot-for-depop-grow-seller/japbiiccmcfhgpjmfmodgiaoflkhiomm
Description Our Bot will help you start making sales quicker than ever on Depop!
Taille du Fichier 217 KB
Nombre d'Installations 4,683
Version Actuelle 1.5.27
Dernière Mise à Jour 2024-02-07
Date de Publication 2020-08-07
Évaluation 4.83/5 Total 99 Évaluations
Développeur selleraider.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://selleraider.com/depop-bot
URL de la Page d'Aide https://discord.gg/E6gtZRX
URL de la Page de Politique de Confidentialité https://selleraider.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bot for Depop - Grow - SellerAider",
    "version": "1.5.27",
    "short_name": "Bot for Depop",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.depop.com\/*"
    ],
    "icons": {
        "16": ".\/images\/16x16.png",
        "128": ".\/images\/128x128.png"
    },
    "description": "Our Bot will help you start making sales quicker than ever on Depop!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/depop.com\/*",
                "https:\/\/www.depop.com\/*"
            ],
            "js": [
                "\/app.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}