KSL Cars Plus
Adds useful info to KSL Cars listings.
Co to jest KSL Cars Plus?
KSL Cars Plus to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Adds useful info to KSL Cars listings.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KSL Cars Plus
Pobierz pliki rozszerzeń KSL Cars Plus 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
Install this extension to see Edmunds pricing info for cars listed on KSL cars. The extension shows the pricing info for each car based on its make, model, year, and mileage in a handy table.
Podstawowe informacje o rozszerzeniu
Nazwa | KSL Cars Plus |
ID | knflggjaaeoojimommoemjoijefaefpi |
Oficjalny URL | https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi |
Opis | Adds useful info to KSL Cars listings. |
Rozmiar pliku | 81.51 KB |
Liczba instalacji | 33 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-12-29 |
Data Publikacji | 2014-12-29 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KSL Cars Plus", "description": "Adds useful info to KSL Cars listings.", "version": "1.0", "manifest_version": 2, "permissions": [ "https:\/\/api.edmunds.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.ksl.com\/auto\/listing*" ], "js": [ "bundle.js" ] } ] } |