Carketa Vehicle Information

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

Cos'è Carketa Vehicle Information?

Carketa Vehicle Information è un'estensione di Chrome sviluppata da https://getcarketa.com, e la sua funzione principale è "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Carketa Vehicle Information

Scarica i file di estensione Carketa Vehicle Information in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
URL Ufficiale https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Descrizione Allows you to click on VIN numbers to see vehicle data on Carketa.com
Dimensione del File 108 KB
Conteggio Installazioni 295
Versione Corrente 0.0.10
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2020-12-20
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://getcarketa.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getcarketa.com/
URL della Pagina di Aiuto https://carketa.com/
URL della Pagina della Politica sulla Privacy https://getcarketa.com/privacy-policy
Lingue Supportate 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"
    ]
}