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
Eメール [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"
    ]
}