KSL Cars Plus

Adds useful info to KSL Cars listings.

KSL Cars Plusคืออะไร?

KSL Cars Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds useful info to KSL Cars listings."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KSL Cars Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}