KSL Cars Plus

Adds useful info to KSL Cars listings.

Wat is KSL Cars Plus?

KSL Cars Plus is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds useful info to KSL Cars listings.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KSL Cars Plus

Download KSL Cars Plus-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

                        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.                    

Basisinformatie over de Extensie

Naam KSL Cars Plus KSL Cars Plus
ID knflggjaaeoojimommoemjoijefaefpi
Officiële URL https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi
Beschrijving Adds useful info to KSL Cars listings.
Bestandsgrootte 81.51 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2014-12-29
Publicatiedatum 2014-12-29
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}