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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}