Pricepeek - Price Comparison for Amazon
Compare prices of the same product across all Amazon locales
Pricepeek - Price Comparison for Amazonとは何ですか?
Pricepeek - Price Comparison for AmazonはHristiyan Dodovによって開発されたChromeの拡張機能で、その主な機能は「Compare prices of the same product across all Amazon locales」です。
拡張機能のスクリーンショット
Pricepeek - Price Comparison for Amazon拡張機能のCRXファイルをダウンロード
Pricepeek - Price Comparison for Amazon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pricepeek shows you the price of the same product across all Amazon locales so you donʼt need to do the checkup manually. We also include a list of major e-stores (like Tesco, Target etc.) to that so you can always make the best (and cheapest) choice. Also: - You can easily share your results - No registration needed - Tons of settings to customize your experience New: - Improved connectivity Use [email protected] for ideas and feedback.
拡張機能の基本情報
名前 | |
ID | nkbpapakloeklefdcmgdbkgkiignobgj |
公式URL | https://chrome.google.com/webstore/detail/pricepeek-price-compariso/nkbpapakloeklefdcmgdbkgkiignobgj |
説明 | Compare prices of the same product across all Amazon locales |
ファイルサイズ | 1.33 MB |
インストール数 | 88 |
現在のバージョン | 0.5.6 |
最終更新日 | 2018-10-27 |
公開日 | 2018-10-27 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Hristiyan Dodov |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.pricepeek.it |
ヘルプページのURL | https://www.pricepeek.it |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "name": "Pricepeek - Price Comparison for Amazon", "short_name": "Pricepeek", "version": "0.5.6", "author": "Dimitar Raykov, Hristiyan Dodov", "description": "Compare prices of the same product across all Amazon locales", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/pricepeek.it\/", "storage", "tabs" ], "background": { "scripts": [ "main\/socket.io.js", "main\/event.js" ] } } |