Carketa Vehicle Information

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

Co je Carketa Vehicle Information?

Carketa Vehicle Information je rozšíření Chrome vyvinuté https://getcarketa.com, a jeho hlavní funkcí je „Allows you to click on VIN numbers to see vehicle data on Carketa.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Carketa Vehicle Information

Stáhněte si soubory rozšíření Carketa Vehicle Information ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Oficiální URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Popis Allows you to click on VIN numbers to see vehicle data on Carketa.com
Velikost souboru 108 KB
Počet instalací 295
Aktuální Verze 0.0.10
Poslední Aktualizace 2023-09-07
Datum Vydání 2020-12-20
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://getcarketa.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getcarketa.com/
URL Stránky Nápovědy https://carketa.com/
URL Stránky Zásad Ochrany Soukromí https://getcarketa.com/privacy-policy
Podporované Jazyky 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"
    ]
}