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 |
公式URL | 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 |
Eメール | [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'" } |