Amazon Buybox Tool
You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store.
Amazon Buybox Tool là gì?
Amazon Buybox Tool là một tiện ích mở rộng Chrome được phát triển bởi https://www.sellergyan.com, và tính năng chính của nó là "You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store.".
Ả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 Amazon Buybox Tool
Tải xuống các tệp mở rộng Amazon Buybox Tool 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
Great tool for tracking your buy box status on amazon site. Saves your time by displaying all product status in one dashboard along with other additional information like number of review, number of sellers competing. This also displays whether seller is using FBA or MFN. You can also download CSV of this data to further analysis. Now works across all Amazon marketplaces. Powered by Seller gyan
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aedeblgoijkobaflgbkgjphadhaibiaa |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-buybox-tool/aedeblgoijkobaflgbkgjphadhaibiaa |
Mô tả | You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store. |
Kích Thước Tệp | 207 KB |
Số Lần Cài Đặt | 526 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2019-07-18 |
Ngày Phát Hành | 2019-07-18 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.sellergyan.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Buybox Tool", "offline_enabled": false, "page_action": { "default_title": "Amazon Buybox Tool", "default_popup": "count.html" }, "icons": { "16": ".\/images\/icon16.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.ae\/s?me=*", "https:\/\/www.amazon.com\/s?me=*", "https:\/\/www.amazon.in\/s?me=*", "https:\/\/www.amazon.co.jp\/s?me=*", "https:\/\/www.amazon.cn\/s?me=*", "https:\/\/www.amazon.com.sg\/s?me=*", "https:\/\/www.amazon.fr\/s?me=*", "https:\/\/www.amazon.de\/s?me=*", "https:\/\/www.amazon.it\/s?me=*", "https:\/\/www.amazon.nl\/s?me=*", "https:\/\/www.amazon.es\/s?me=*", "https:\/\/www.amazon.co.uk\/s?me=*", "https:\/\/www.amazon.ca\/s?me=*", "https:\/\/www.amazon.com.mx\/s?me=*", "https:\/\/www.amazon.com.au\/s?me=*", "https:\/\/www.amazon.com.br\/s?me=*" ], "js": [ "content.js", "jquery.js" ], "run_at": "document_idle", "all_frames": false } ], "version": "1.6", "description": "You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store.", "permissions": [ "https:\/\/www.sellergyan.com\/*", "http:\/\/localhost\/*", "https:\/\/prosellerai.com\/*" ] } |