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?
Amazon Buybox Tool是由https://www.sellergyan.com開發的Chrome擴展程式,該擴展的主要功能是“You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store.”。
擴展截圖
下載Amazon Buybox Tool擴展crx文件
下載Amazon Buybox Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | aedeblgoijkobaflgbkgjphadhaibiaa |
官方網址 | https://chromewebstore.google.com/detail/amazon-buybox-tool/aedeblgoijkobaflgbkgjphadhaibiaa |
簡介 | You can track Buybox price, Buybox winner, Seller rating and the number of competitors for every product in your store. |
檔案大小 | 207 KB |
安裝次數 | 526 |
目前版本 | 1.6 |
更新時間 | 2019-07-18 |
上架時間 | 2019-07-18 |
評分 | 3.00/5 共 4 次評分 |
開發者 | https://www.sellergyan.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |