Price on Fire
This extension fetches the best prices for products you're interested in.
Price on Fireとは何ですか?
Price on Fireはhttp://www.anuj.caによって開発されたChromeの拡張機能で、その主な機能は「This extension fetches the best prices for products you're interested in.」です。
拡張機能のスクリーンショット
Price on Fire拡張機能のCRXファイルをダウンロード
Price on Fire拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Price on Fire is an easy to use extension that helps consumers find the best prices for the products they wish to purchase. This extension compares product prices on Amazon with the prices of the same products on eBay. All you have to do is go to an Amazon product page, and once the page is fully loaded, click on the orange PoF logo and watch the prices from eBay merchants show up.
拡張機能の基本情報
名前 | |
ID | dafbpnlkdiglfmakihogdipapknmoghd |
公式URL | https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd |
説明 | This extension fetches the best prices for products you're interested in. |
ファイルサイズ | 70.73 KB |
インストール数 | 10 |
現在のバージョン | 1.1 |
最終更新日 | 2014-10-20 |
公開日 | 2014-10-20 |
開発者 | http://www.anuj.ca |
支払い方法 | free |
拡張機能のウェブサイト | http://anuj.ca/price-on-fire/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Price on Fire", "description": "This extension fetches the best prices for products you're interested in.", "version": "1.1", "background": { "scripts": [ "resources\/js\/jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'", "permissions": [ "http:\/\/svcs.ebay.com\/", "activeTab", "declarativeContent" ], "page_action": { "default_icon": { "19": "resources\/images\/icon_19.png", "38": "resources\/images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Price on Fire" }, "content_scripts": [ { "js": [ "resources\/js\/jquery-1.11.1.min.js", "search_ebay.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |