Carketa Vehicle Information

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

What is Carketa Vehicle Information?

Carketa Vehicle Information is a Chrome extension developed by https://getcarketa.com, and its main feature is "Allows you to click on VIN numbers to see vehicle data on Carketa.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Carketa Vehicle Information Extension CRX File

Download Carketa Vehicle Information extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
Official URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
Description Allows you to click on VIN numbers to see vehicle data on Carketa.com
File Size 108 KB
Installation Count 295
Current Version 0.0.10
Last Updated 2023-09-07
Publish Date 2020-12-20
Rating 5.00/5 Total 3 Ratings
Developer https://getcarketa.com
Email [email protected]
Payment Type free
Extension Website https://getcarketa.com/
Help Page URL https://carketa.com/
Privacy Policy Page URL https://getcarketa.com/privacy-policy
Supported Languages 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"
    ]
}