KSL Cars Plus

Adds useful info to KSL Cars listings.

What is KSL Cars Plus?

KSL Cars Plus is a Chrome extension developed by Unknown, and its main feature is "Adds useful info to KSL Cars listings.".

Extension Screenshots

screenshot

Download KSL Cars Plus Extension CRX File

Download KSL Cars Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KSL Cars Plus KSL Cars Plus
ID knflggjaaeoojimommoemjoijefaefpi
Official URL https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi
Description Adds useful info to KSL Cars listings.
File Size 81.51 KB
Installation Count 33
Current Version 1.0
Last Updated 2014-12-29
Publish Date 2014-12-29
Rating 3.67/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}