VIN Checkmate

Automatically check VIN details and market prices while searching websites!

Vad är VIN Checkmate?

VIN Checkmate är en Chrome-tillägg utvecklad av koalaty.io, och dess huvudfunktion är "Automatically check VIN details and market prices while searching websites!".

Tilläggsskärmbilder

screenshot

Ladda ner VIN Checkmate-förlängningens CRX-fil

Ladda ner VIN Checkmate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
Officiell webbadress https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Beskrivning Automatically check VIN details and market prices while searching websites!
Filstorlek 59.67 KB
Antal Installationer 53
Aktuell Version 0.0.0.2
Senast Uppdaterad 2018-05-21
Publiceringsdatum 2018-05-21
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare koalaty.io
Betalningssätt free
Stödda Språk 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"
    ]
}