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
公式URL 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"
    ]
}