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 |
官方網址 | 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:\/\/*\/*" ] } ] } |