Bot for Depop - Grow - SellerAider
Our Bot will help you start making sales quicker than ever on Depop!
Bot for Depop - Grow - SellerAiderとは何ですか?
Bot for Depop - Grow - SellerAiderはselleraider.comによって開発されたChromeの拡張機能で、その主な機能は「Our Bot will help you start making sales quicker than ever on Depop!」です。
拡張機能のスクリーンショット
Bot for Depop - Grow - SellerAider拡張機能のCRXファイルをダウンロード
Bot for Depop - Grow - SellerAider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Grow is a Bot for Depop will help boost sales on your Depop shop! You can gain lots of eyes, sales and followers on your store daily with our automated tool! Our Bot Features: - Follow/unfollow users on Depop - Refresh Listings - Send Messages - Follow Users Followers - Follow Buyers - Message Buyers - Message Recent Likers - Re-list item - Follow Reviewers - Blacklist Following - Follow Users Following - Follow Product Likers - Restore Layout/Rearrange & Save Layout - Automatically Refresh your listings - Like user products - Calculate profit/fees with the fee calculator - Unfollow your following list - Whitelist people before mass unfollowing AND MORE! All from your PC, At the touch of a button! No PASSWORD OR CARD NEEDED Try for free!, no strings attached! NOTE: The bot has a trial period of 14 days NO CARD NEEDED, once that is up you can get extended use for completely FREE! Oh and we provide 24/7 support :) Depop is a registered trademark of Depop Limited, incorporated. Grow by SellerAider is not affiliated with, endorsed by, sponsored by or otherwise related to Depop Limited, incorporated or any of its affiliates or subsidiaries. By using this application you are agreeing to our terms: https://selleraider.com/terms
拡張機能の基本情報
名前 | Bot for Depop - Grow - SellerAider |
ID | japbiiccmcfhgpjmfmodgiaoflkhiomm |
公式URL | https://chromewebstore.google.com/detail/bot-for-depop-grow-seller/japbiiccmcfhgpjmfmodgiaoflkhiomm |
説明 | Our Bot will help you start making sales quicker than ever on Depop! |
ファイルサイズ | 217 KB |
インストール数 | 4,683 |
現在のバージョン | 1.5.27 |
最終更新日 | 2024-02-07 |
公開日 | 2020-08-07 |
評価 | 4.83/5 合計 99 レビュー |
開発者 | selleraider.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://selleraider.com/depop-bot |
ヘルプページのURL | https://discord.gg/E6gtZRX |
プライバシーポリシーページのURL | https://selleraider.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bot for Depop - Grow - SellerAider", "version": "1.5.27", "short_name": "Bot for Depop", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "optional_permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.depop.com\/*" ], "icons": { "16": ".\/images\/16x16.png", "128": ".\/images\/128x128.png" }, "description": "Our Bot will help you start making sales quicker than ever on Depop!", "content_scripts": [ { "matches": [ "https:\/\/depop.com\/*", "https:\/\/www.depop.com\/*" ], "js": [ "\/app.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/js.stripe.com 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |