Booost for Depop
Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!
Co to jest Booost for Depop?
Booost for Depop to rozszerzenie Chrome opracowane przez https://getbooost.com, a jego główną funkcją jest „Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Booost for Depop
Pobierz pliki rozszerzeń Booost for Depop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fegoancbgpbgilmmmokekpoiboakokai |
Oficjalny URL | https://chromewebstore.google.com/detail/booost-for-depop/fegoancbgpbgilmmmokekpoiboakokai |
Opis | Your new Depop bot. Booost is just like having a personal assistant for your Depop shop! |
Rozmiar pliku | 1.19 MB |
Liczba instalacji | 372 |
Aktualna Wersja | 1.4.1 |
Ostatnia Aktualizacja | 2020-08-18 |
Data Publikacji | 2020-08-18 |
Ocena | 4.55/5 Łącznie 11 Oceny |
Deweloper | https://getbooost.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.getbooost.com |
Adres URL Strony Pomocy | https://www.getbooost.com/help |
Adres URL Strony Polityki Prywatności | https://www.salesbot.co/legal/privacy |
Obsługiwane Języki | 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'" } |