Carketa Vehicle Information

Allows you to click on VIN numbers to see vehicle data on Carketa.com

Carketa Vehicle Informationคืออะไร?

Carketa Vehicle Information เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getcarketa.com และคุณลักษณะหลักของมันคือ "Allows you to click on VIN numbers to see vehicle data on Carketa.com"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carketa Vehicle Information

ดาวน์โหลดไฟล์ส่วนขยาย Carketa Vehicle Information ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Carketa Chrome Extension helps dealerships partnered with Carketa pull up their vehicle's information on platforms that host their VIN numbers, such as their websites or DMS software. This helps them bridge the gap of those tough integrations and expensive fees for manual integrations charged by a typical DMS system. 

You are able to pull up information on everything from recon expenses to where the vehicle is at in it's journey to becoming front line ready. Visit www.getcarketa.com to become a partnered dealership.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
คำอธิบาย Allows you to click on VIN numbers to see vehicle data on Carketa.com
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 295
เวอร์ชันปัจจุบัน 0.0.10
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2020-12-20
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://getcarketa.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getcarketa.com/
URL หน้าช่วยเหลือ https://carketa.com/
URL หน้านโยบายความเป็นส่วนตัว https://getcarketa.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carketa Vehicle Information",
    "version": "0.0.10",
    "description": "Allows you to click on VIN numbers to see vehicle data on Carketa.com",
    "manifest_version": 3,
    "page_action": {
        "default_icon": {
            "16": "images\/valuation_icon.png",
            "32": "images\/valuation_icon.png"
        }
    },
    "icons": {
        "16": "images\/valuation_icon.png",
        "48": "images\/valuation_icon.png",
        "32": "images\/valuation_icon.png",
        "128": "images\/valuation_icon.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}