Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Co to jest Lower Ebay Price Alert?
Lower Ebay Price Alert to rozszerzenie Chrome opracowane przez ferryzhou, a jego główną funkcją jest „This extension shows ebay price of the selling item on Amazon when ebay price is lower.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lower Ebay Price Alert
Pobierz pliki rozszerzeń Lower Ebay Price Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
Oficjalny URL | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Opis | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Rozmiar pliku | 48.06 KB |
Liczba instalacji | 163 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-12-20 |
Data Publikacji | 2015-12-20 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | ferryzhou |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |