Carketa Vehicle Information

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

Apa itu Carketa Vehicle Information?

Carketa Vehicle Information adalah ekstensi Chrome yang dikembangkan oleh https://getcarketa.com, dan fitur utamanya adalah "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Carketa Vehicle Information

Unduh file ekstensi Carketa Vehicle Information dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
URL Resmi https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Deskripsi Allows you to click on VIN numbers to see vehicle data on Carketa.com
Ukuran File 108 KB
Jumlah Instalasi 295
Versi Saat Ini 0.0.10
Terakhir Diperbarui 2023-09-07
Tanggal Publikasi 2020-12-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://getcarketa.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getcarketa.com/
URL Halaman Bantuan https://carketa.com/
URL Halaman Kebijakan Privasi https://getcarketa.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}