Booost for Depop
Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!
Qu'est-ce que Booost for Depop ?
Booost for Depop est une extension Chrome développée par https://getbooost.com, et sa fonction principale est "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Booost for Depop
Téléchargez les fichiers d'extension Booost for Depop 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
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]
Informations de Base sur l'Extension
Nom | |
ID | fegoancbgpbgilmmmokekpoiboakokai |
URL Officiel | https://chromewebstore.google.com/detail/booost-for-depop/fegoancbgpbgilmmmokekpoiboakokai |
Description | Your new Depop bot. Booost is just like having a personal assistant for your Depop shop! |
Taille du Fichier | 1.19 MB |
Nombre d'Installations | 372 |
Version Actuelle | 1.4.1 |
Dernière Mise à Jour | 2020-08-18 |
Date de Publication | 2020-08-18 |
Évaluation | 4.55/5 Total 11 Évaluations |
Développeur | https://getbooost.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.getbooost.com |
URL de la Page d'Aide | https://www.getbooost.com/help |
URL de la Page de Politique de Confidentialité | https://www.salesbot.co/legal/privacy |
Langues Prises en Charge | 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'" } |