Price on Fire
This extension fetches the best prices for products you're interested in.
¿Qué es Price on Fire?
Price on Fire es una extensión de Chrome desarrollada por http://www.anuj.ca, y su función principal es "This extension fetches the best prices for products you're interested in.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Price on Fire
Descarga archivos de extensión Price on Fire en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | dafbpnlkdiglfmakihogdipapknmoghd |
URL Oficial | https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd |
Descripción | This extension fetches the best prices for products you're interested in. |
Tamaño del Archivo | 70.73 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.1 |
Última Actualización | 2014-10-20 |
Fecha de Publicación | 2014-10-20 |
Desarrollador | http://www.anuj.ca |
Tipo de Pago | free |
Sitio Web de la Extensión | http://anuj.ca/price-on-fire/ |
Idiomas Soportados | 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:\/\/*\/*" ] } ] } |