Carketa Vehicle Information

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

Was ist Carketa Vehicle Information?

Carketa Vehicle Information ist eine Chrome-Erweiterung, die von https://getcarketa.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Carketa Vehicle Information-Erweiterungs-CRX-Datei herunterladen

Laden Sie Carketa Vehicle Information-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Offizielle URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Beschreibung Allows you to click on VIN numbers to see vehicle data on Carketa.com
Dateigröße 108 KB
Installationsanzahl 295
Aktuelle Version 0.0.10
Letztes Update 2023-09-07
Veröffentlichungsdatum 2020-12-20
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://getcarketa.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getcarketa.com/
Hilfeseite URL https://carketa.com/
URL der Datenschutzrichtlinien-Seite https://getcarketa.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}