VIN Checkmate

Automatically check VIN details and market prices while searching websites!

Wat is VIN Checkmate?

VIN Checkmate is een Chrome-extensie ontwikkeld door koalaty.io, en de belangrijkste functie is "Automatically check VIN details and market prices while searching websites!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VIN Checkmate

Download VIN Checkmate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
Officiële URL https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Beschrijving Automatically check VIN details and market prices while searching websites!
Bestandsgrootte 59.67 KB
Aantal Installaties 53
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2018-05-21
Publicatiedatum 2018-05-21
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar koalaty.io
Betalingswijze free
Ondersteunde Talen 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"
    ]
}