Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Qu'est-ce que Lower Ebay Price Alert ?
Lower Ebay Price Alert est une extension Chrome développée par ferryzhou, et sa fonction principale est "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lower Ebay Price Alert
Téléchargez les fichiers d'extension Lower Ebay Price Alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
URL Officiel | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Description | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Taille du Fichier | 48.06 KB |
Nombre d'Installations | 163 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-12-20 |
Date de Publication | 2015-12-20 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | ferryzhou |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |