Amazon Price Tracker Assistant - amzdealz.net
Track any amazon product with history of price changes.
Amazon Price Tracker Assistant - amzdealz.netとは何ですか?
Amazon Price Tracker Assistant - amzdealz.netはhttps://amzdealz.netによって開発されたChromeの拡張機能で、その主な機能は「Track any amazon product with history of price changes.」です。
拡張機能のスクリーンショット
Amazon Price Tracker Assistant - amzdealz.net拡張機能のCRXファイルをダウンロード
Amazon Price Tracker Assistant - amzdealz.net拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The browser Add-On from amzdealz.net is easy to use and helps you make better purchasing decisions when shopping online. Key features: 💰 Amazon price tracking (incl. price drop alert by email) 📈 Amazon Price History 🏆 Best Amazon Deals 🚫 No account needed 🛒Supported Amazon marketplaces [.com | .de | .com.br | .com.au] Just install and save! Our privacy policy: https://amzdealz.net/privacy_policy
拡張機能の基本情報
名前 | |
ID | pedfjcopmeikkbjkpakmggbndkpbplna |
公式URL | https://chrome.google.com/webstore/detail/amazon-price-tracker-assi/pedfjcopmeikkbjkpakmggbndkpbplna |
説明 | Track any amazon product with history of price changes. |
ファイルサイズ | 411 KB |
インストール数 | 43 |
現在のバージョン | 1.1.0 |
最終更新日 | 2021-04-22 |
公開日 | 2021-03-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://amzdealz.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://amzdealz.net |
プライバシーポリシーページのURL | https://amzdealz.net/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Price Tracker Assistant - amzdealz.net", "version": "1.1.0", "description": "Track any amazon product with history of price changes.", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" } }, "icons": { "16": "img\/icon.png", "32": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "https:\/\/*.amzdealz.net\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.com.au\/*" ], "homepage_url": "https:\/\/amzdealz.net\/" } |