Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Wat is Lower Ebay Price Alert?
Lower Ebay Price Alert is een Chrome-extensie ontwikkeld door ferryzhou, en de belangrijkste functie is "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lower Ebay Price Alert
Download Lower Ebay Price Alert-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
Basisinformatie over de Extensie
Naam | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
Officiële URL | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Beschrijving | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Bestandsgrootte | 48.06 KB |
Aantal Installaties | 163 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-12-20 |
Publicatiedatum | 2015-12-20 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ferryzhou |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |