Price on Fire
This extension fetches the best prices for products you're interested in.
Wat is Price on Fire?
Price on Fire is een Chrome-extensie ontwikkeld door http://www.anuj.ca, en de belangrijkste functie is "This extension fetches the best prices for products you're interested in.".
Extensie Screenshots
Download het CRX-bestand van de extensie Price on Fire
Download Price on Fire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dafbpnlkdiglfmakihogdipapknmoghd |
Officiële URL | https://chrome.google.com/webstore/detail/price-on-fire/dafbpnlkdiglfmakihogdipapknmoghd |
Beschrijving | This extension fetches the best prices for products you're interested in. |
Bestandsgrootte | 70.73 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-10-20 |
Publicatiedatum | 2014-10-20 |
Ontwikkelaar | http://www.anuj.ca |
Betalingswijze | free |
Extensiewebsite | http://anuj.ca/price-on-fire/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |