Booost for Depop
Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!
Booost for Depop là gì?
Booost for Depop là một tiện ích mở rộng Chrome được phát triển bởi https://getbooost.com, và tính năng chính của nó là "Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Booost for Depop
Tải xuống các tệp mở rộng Booost for Depop dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fegoancbgpbgilmmmokekpoiboakokai |
URL Chính Thức | https://chromewebstore.google.com/detail/booost-for-depop/fegoancbgpbgilmmmokekpoiboakokai |
Mô tả | Your new Depop bot. Booost is just like having a personal assistant for your Depop shop! |
Kích Thước Tệp | 1.19 MB |
Số Lần Cài Đặt | 372 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2020-08-18 |
Ngày Phát Hành | 2020-08-18 |
Đánh Giá | 4.55/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://getbooost.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.getbooost.com |
URL Trang Trợ Giúp | https://www.getbooost.com/help |
URL Trang Chính Sách Bảo Mật | https://www.salesbot.co/legal/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |