Carketa Vehicle Information

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

Wat is Carketa Vehicle Information?

Carketa Vehicle Information is een Chrome-extensie ontwikkeld door https://getcarketa.com, en de belangrijkste functie is "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Carketa Vehicle Information

Download Carketa Vehicle Information-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Officiële URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Beschrijving Allows you to click on VIN numbers to see vehicle data on Carketa.com
Bestandsgrootte 108 KB
Aantal Installaties 295
Huidige Versie 0.0.10
Laatst Bijgewerkt 2023-09-07
Publicatiedatum 2020-12-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://getcarketa.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getcarketa.com/
Help Pagina-URL https://carketa.com/
URL van de Privacybeleid Pagina https://getcarketa.com/privacy-policy
Ondersteunde Talen 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"
    ]
}