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 |
公式URL | 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 |
Eメール | [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\/*" ] } |