KSL Cars Plus
Adds useful info to KSL Cars listings.
Cos'è KSL Cars Plus?
KSL Cars Plus è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Adds useful info to KSL Cars listings.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KSL Cars Plus
Scarica i file di estensione KSL Cars Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | KSL Cars Plus |
ID | knflggjaaeoojimommoemjoijefaefpi |
URL Ufficiale | https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi |
Descrizione | Adds useful info to KSL Cars listings. |
Dimensione del File | 81.51 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-12-29 |
Data di Pubblicazione | 2014-12-29 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |