Reseller
Tools for Grailed
Reseller là gì?
Reseller là một tiện ích mở rộng Chrome được phát triển bởi reseller, và tính năng chính của nó là "Tools for Grailed".
Ả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 Reseller
Tải xuống các tệp mở rộng Reseller 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
Reseller is a tool to accelerate your sales and save your time by automating daily tasks on Grailed. RELIST LISTING Relist your listing on Grailed in one click! CROSSPOST TO JAWNFLIP Posts your listing to your JawnFlip account in one click! CROSSPOST TO DEPOP Posts your listing to your Depop account in one click! MESSAGING BUYERS Send a message to all interested buyers from your listing! Bugs? Suggestions? Email us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reseller |
ID | okpjbeghdkogpbegflcicdfinmalabam |
URL Chính Thức | https://chromewebstore.google.com/detail/reseller/okpjbeghdkogpbegflcicdfinmalabam |
Mô tả | Tools for Grailed |
Kích Thước Tệp | 1.94 MB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-01-25 |
Ngày Phát Hành | 2021-01-03 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | reseller |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reseller", "version": "0.2", "description": "Tools for Grailed", "background": { "scripts": [ "static\/js\/background.js" ] }, "content_scripts": [ { "js": [ "static\/js\/content.js" ], "css": [ "\/static\/css\/content.css" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*.grailed.com\/*" ] } ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "icons": { "192": "icon.png" }, "browser_action": { "default_icon": { "192": "icon.png" } }, "permissions": [ "cookies", "*:\/\/*.grailed.com\/*", "*:\/\/*.jawnflip.com\/*", "*:\/\/*.depop.com\/*", "*:\/\/*.algolianet.com\/*", "*:\/\/*.filepicker.io\/*", "*:\/\/*.amazonaws.com\/*", "*:\/\/*.fitspect.com\/*" ] } |