Carketa Vehicle Information

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

Hvad er Carketa Vehicle Information?

Carketa Vehicle Information er en Chrome-udvidelse udviklet af https://getcarketa.com, og dens hovedfunktion er "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Carketa Vehicle Information-udvidelses-CRX-fil

Download Carketa Vehicle Information-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Officiel URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Beskrivelse Allows you to click on VIN numbers to see vehicle data on Carketa.com
Filstørrelse 108 KB
Antal Installationer 295
Nuværende Version 0.0.10
Senest Opdateret 2023-09-07
Udgivelsesdato 2020-12-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://getcarketa.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://getcarketa.com/
Hjælpeside-URL https://carketa.com/
URL til Fortrolighedspolitik Side https://getcarketa.com/privacy-policy
Understøttede Sprog 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"
    ]
}