Grow Bot - Automate Your Shop
Automate your shop with this bot in one click, grow faster and boost your sales
Grow Bot - Automate Your Shop là gì?
Grow Bot - Automate Your Shop là một tiện ích mở rộng Chrome được phát triển bởi https://selleraider.com, và tính năng chính của nó là "Automate your shop with this bot in one click, grow faster and boost your sales".
Ả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 Grow Bot - Automate Your Shop
Tải xuống các tệp mở rộng Grow Bot - Automate Your Shop 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
Our Bot will help you automate your shop and boost your sales quicker than ever. Increase your sales. Save Time & Make Money Bot features: - Repost listings (Creates a copy of your listings) - Edit Listings (Bulk edit your listing prices and more!) - Follow/Unfollow Users - Message Followers - Like Listings - Offer to Likers & More Supports several regions! (UK, US, FR, CA and more!) DISCLAIMER: Our app has **no** affiliation with or endorsement by Vinted. Vinted is a trademark of Vinted, Ltd. This app is not endorsed by, certified by, or affiliated with Vinted, Ltd. By using this app you agree to our terms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Grow Bot - Automate Your Shop |
ID | okdeofiopjmhefmapgjmmchdejciamgi |
URL Chính Thức | https://chromewebstore.google.com/detail/grow-bot-automate-your-sh/okdeofiopjmhefmapgjmmchdejciamgi |
Mô tả | Automate your shop with this bot in one click, grow faster and boost your sales |
Kích Thước Tệp | 367 KB |
Số Lần Cài Đặt | 1,760 |
Phiên Bản Hiện Tại | 1.3.6.22 |
Cập Nhật Lần Cuối | 2024-01-31 |
Ngày Phát Hành | 2022-06-08 |
Đánh Giá | 4.66/5 Tổng số 182 Đánh Giá |
Nhà Phát Triển | https://selleraider.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://selleraider.com/vinted-bot |
URL Trang Trợ Giúp | https://selleraider.com/vinted-bot |
URL Trang Chính Sách Bảo Mật | https://selleraider.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,fr,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.3.6.22", "description": "__MSG_extDesc__", "icons": { "16": "16.png", "128": "128.png" }, "default_locale": "en", "action": { "default_icon": { "16": "16.png", "128": "128.png" }, "default_title": "__MSG_ext_default_title__" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.vinted.com\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.vinted.ca\/*", "*:\/\/*.vinted.fr\/*", "*:\/\/*.vinted.es\/*", "*:\/\/*.vinted.be\/*", "*:\/\/*.vinted.at\/*", "*:\/\/*.vinted.de\/*", "*:\/\/*.vinted.cz\/*", "*:\/\/*.vinted.lt\/*", "*:\/\/*.vinted.lu\/*", "*:\/\/*.vinted.pl\/*", "*:\/\/*.vinted.it\/*", "*:\/\/*.vinted.nl\/*", "*:\/\/*.vinted.pt\/*", "*:\/\/*.vinted.net\/*" ], "optional_host_permissions": [ "*:\/\/*.amazonaws.com\/*", "*:\/\/*.cloudfront.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.vinted.com\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.vinted.ca\/*", "*:\/\/*.vinted.fr\/*", "*:\/\/*.vinted.es\/*", "*:\/\/*.vinted.be\/*", "*:\/\/*.vinted.at\/*", "*:\/\/*.vinted.de\/*", "*:\/\/*.vinted.cz\/*", "*:\/\/*.vinted.lt\/*", "*:\/\/*.vinted.lu\/*", "*:\/\/*.vinted.pl\/*", "*:\/\/*.vinted.it\/*", "*:\/\/*.vinted.nl\/*", "*:\/\/*.vinted.pt\/*", "*:\/\/*.vinted.net\/*" ], "js": [ "build\/index.js" ], "css": [ "build\/index.css" ] } ], "web_accessible_resources": [ { "resources": [ "pageContextScript.js", "css\/*" ], "matches": [ "*:\/\/*.vinted.com\/*", "*:\/\/*.vinted.co.uk\/*", "*:\/\/*.vinted.ca\/*", "*:\/\/*.vinted.fr\/*", "*:\/\/*.vinted.es\/*", "*:\/\/*.vinted.be\/*", "*:\/\/*.vinted.at\/*", "*:\/\/*.vinted.de\/*", "*:\/\/*.vinted.cz\/*", "*:\/\/*.vinted.lt\/*", "*:\/\/*.vinted.lu\/*", "*:\/\/*.vinted.pl\/*", "*:\/\/*.vinted.it\/*", "*:\/\/*.vinted.nl\/*", "*:\/\/*.vinted.pt\/*", "*:\/\/*.vinted.net\/*" ] } ], "manifest_version": 3 } |