KSL Cars Plus

Adds useful info to KSL Cars listings.

什麼是KSL Cars Plus?

KSL Cars Plus是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Adds useful info to KSL Cars listings.”。

擴展截圖

screenshot

下載KSL Cars Plus擴展crx文件

下載KSL Cars Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 KSL Cars Plus KSL Cars Plus
ID knflggjaaeoojimommoemjoijefaefpi
官方網址 https://chromewebstore.google.com/detail/ksl-cars-plus/knflggjaaeoojimommoemjoijefaefpi
簡介 Adds useful info to KSL Cars listings.
檔案大小 81.51 KB
安裝次數 33
目前版本 1.0
更新時間 2014-12-29
上架時間 2014-12-29
評分 3.67/5 共 3 次評分
開發者 Unknown
付費類型 free
支援的語言 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"
            ]
        }
    ]
}