Carketa Vehicle Information

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

什么是Carketa Vehicle Information?

Carketa Vehicle Information是由https://getcarketa.com开发的Chrome扩展程序,该扩展的主要功能是“Allows you to click on VIN numbers to see vehicle data on Carketa.com”。

扩展截图

screenshot
screenshot
screenshot

下载Carketa Vehicle Information扩展crx文件

下载Carketa Vehicle Information扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Carketa Vehicle Information Carketa Vehicle Information
ID kdjgnikanogdoaglfmbfgidjnkomjabj
官方URL https://chromewebstore.google.com/detail/carketa-vehicle-informati/kdjgnikanogdoaglfmbfgidjnkomjabj
简介 Allows you to click on VIN numbers to see vehicle data on Carketa.com
文件大小 108 KB
安装次数 295
当前版本 0.0.10
更新时间 2023-09-07
上架时间 2020-12-20
评分 5.00/5 共3次评分
开发者 https://getcarketa.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getcarketa.com/
帮助页面URL https://carketa.com/
隐私政策页面URL https://getcarketa.com/privacy-policy
支持的语言 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"
    ]
}