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開發的Chrome擴展程式,該擴展的主要功能是“Your new Depop bot. Booost is just like having a personal assistant for your Depop shop!”。
擴展截圖
下載Booost for Depop擴展crx文件
下載Booost for Depop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | |
ID | fegoancbgpbgilmmmokekpoiboakokai |
官方網址 | 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'" } |