VIN Checkmate

Automatically check VIN details and market prices while searching websites!

Was ist VIN Checkmate?

VIN Checkmate ist eine Chrome-Erweiterung, die von koalaty.io entwickelt wurde, und ihr Hauptmerkmal ist "Automatically check VIN details and market prices while searching websites!".

Erweiterungsscreenshots

screenshot

VIN Checkmate-Erweiterungs-CRX-Datei herunterladen

Laden Sie VIN Checkmate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
Offizielle URL https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Beschreibung Automatically check VIN details and market prices while searching websites!
Dateigröße 59.67 KB
Installationsanzahl 53
Aktuelle Version 0.0.0.2
Letztes Update 2018-05-21
Veröffentlichungsdatum 2018-05-21
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler koalaty.io
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}