VIN Checkmate

Automatically check VIN details and market prices while searching websites!

什麼是VIN Checkmate?

VIN Checkmate是由koalaty.io開發的Chrome擴展程式,該擴展的主要功能是“Automatically check VIN details and market prices while searching websites!”。

擴展截圖

screenshot

下載VIN Checkmate擴展crx文件

下載VIN Checkmate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically run an instant free vehicle history report and market price comparison based on a vehicle's VIN number while browsing websites.

The VIN Checkmate extension finds VIN numbers on popular car websites, such as: Craigslist, Cars.com, Carmax, or eBay. Once a VIN is located, the extension requests the car's history from Vehicle History and market comparison from Vin Audit. The results are then rendered to the car's listing. To get the full report, you can click on the icon to be taken to Vehicle History or Vin Audit.


This extension is not affiliated with Craigslist, Cars.com, Carmax, eBay, Vehicle History, or Vin Audit.                    

擴展基本資訊

名稱 VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
官方網址 https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
簡介 Automatically check VIN details and market prices while searching websites!
檔案大小 59.67 KB
安裝次數 53
目前版本 0.0.0.2
更新時間 2018-05-21
上架時間 2018-05-21
評分 2.00/5 共 1 次評分
開發者 koalaty.io
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIN Checkmate",
    "description": "Automatically check VIN details and market prices while searching websites!",
    "version": "0.0.0.2",
    "web_accessible_resources": [
        "\/dependencies\/*",
        "content.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "\/dependencies\/jquery-3.2.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab"
    ]
}