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
官方網址 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"
    ]
}