Amazopen - Price Tracker and Product Rating
Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!
Amazopen - Price Tracker and Product Ratingとは何ですか?
Amazopen - Price Tracker and Product RatingはShoppingによって開発されたChromeの拡張機能で、その主な機能は「Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!」です。
拡張機能のスクリーンショット
Amazopen - Price Tracker and Product Rating拡張機能のCRXファイルをダウンロード
Amazopen - Price Tracker and Product Rating拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a shortcut to view price history and product review rating of any amazon product. Key Features: ✜ Price History - Price History for Millions Amazon Products. ✜ Product Review Rating - Product Rating Review Analyzer Report ✜ No account needed. Just install and start saving money. Now you can select whether you want the price history or product rating only under the option settings. This add-on is not affiliated with amazon.com
拡張機能の基本情報
名前 | |
ID | mkoboabdaahifapdmlecfcbfoihmkcea |
公式URL | https://chrome.google.com/webstore/detail/amazopen-price-tracker-an/mkoboabdaahifapdmlecfcbfoihmkcea |
説明 | Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE! |
ファイルサイズ | 25.55 KB |
インストール数 | 3,000 |
現在のバージョン | 1.71 |
最終更新日 | 2022-04-09 |
公開日 | 2018-12-24 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | Shopping |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.amazopen.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazopen - Price Tracker and Product Rating", "version": "1.71", "manifest_version": 2, "description": "Check the price history and product rating of any Amazon product with just one-click. Easy to use and completely FREE!", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "storage", "activeTab" ] } |