DepopBooster: Refresh/Relist Depop Listing
Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease
Τι είναι το DepopBooster: Refresh/Relist Depop Listing;
Το DepopBooster: Refresh/Relist Depop Listing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Merch Rocket, και η κύρια λειτουργία του είναι "Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DepopBooster: Refresh/Relist Depop Listing
Λήψη αρχείων επέκτασης DepopBooster: Refresh/Relist Depop Listing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Depop Boost is a powerful Chrome extension designed to streamline your Depop selling experience. Say goodbye to manual relisting and refreshing of your items - our innovative tool takes care of it all, leaving you more time to focus on growing your business. Key Features: Automated Relisting: With Depop Boost, you can set specific intervals for your items to be automatically relisted. This ensures your listings stay at the top of search results, increasing visibility and boosting sales. Scheduled Refreshes: Keep your listings current and engaging by scheduling automatic refreshes. Our extension will update your item's timestamp, giving it a fresh appearance to potential buyers. Time-Saving Convenience: By automating the relisting and refreshing process, you'll reclaim valuable time that can be better spent sourcing new inventory or engaging with your customer base. Notes: 1. Our depop bot has a trial period of 7 days NO CREDIT CARD NEEDED 2. We provide a free 24/7 support. 3. Your Depop account is safe: Your Depop Credentials are NOT needed for the extension How to Use: Install DepopBoost from the Chrome Web Store. Open your Depop seller account. Access the extension's intuitive dashboard to customize your relisting and refreshing preferences. Sit back and watch as Depop Boost effortlessly manages your listings. Compatibility: DepopBoost is compatible with all modern browsers running the Chrome and Edge Browsers. Support and Feedback: We value your input! If you have any questions, feedback, or encounter any issues, our dedicated support team is here to assist you. Start optimizing your Depop sales process with Depop Boost. Install now and watch your listings soar!
Βασικές Πληροφορίες Επέκτασης
Όνομα | DepopBooster: Refresh/Relist Depop Listing |
ID | pajkmijplecpemifeeciiooicbfaobpf |
Επίσημο URL | https://chromewebstore.google.com/detail/depopbooster-refreshrelis/pajkmijplecpemifeeciiooicbfaobpf |
Περιγραφή | Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease |
Μέγεθος Αρχείου | 679 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2023-11-28 |
Ημερομηνία Δημοσίευσης | 2023-11-22 |
Προγραμματιστής | Merch Rocket |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.boostlisting.app/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.boostlisting.app/depop-bot-privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DepopBooster: Refresh\/Relist Depop Listing", "version": "1.0.5", "manifest_version": 3, "description": "Depop Booster bot: Refresh and Relist Depop listings automatically. Automate and boost your Depop account with ease", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "src\/ui\/index.html", "default_icon": "icons\/icon16.png" }, "background": { "service_worker": "src\/bg\/background-loader.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.depop.com\/*", "*:\/\/webapi.depop.com\/*" ], "all_frames": true, "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/main.css", "src\/inject\/css\/bootstrap.css", "src\/inject\/css\/framework.css" ], "run_at": "document_idle" } ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.googletagmanager.com\/* https:\/\/apis.google.com\/* https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com" } } |