VIN Checkmate

Automatically check VIN details and market prices while searching websites!

Co je VIN Checkmate?

VIN Checkmate je rozšíření Chrome vyvinuté koalaty.io, a jeho hlavní funkcí je „Automatically check VIN details and market prices while searching websites!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření VIN Checkmate

Stáhněte si soubory rozšíření VIN Checkmate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
Oficiální URL https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Popis Automatically check VIN details and market prices while searching websites!
Velikost souboru 59.67 KB
Počet instalací 53
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2018-05-21
Datum Vydání 2018-05-21
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář koalaty.io
Typ Platby free
Podporované Jazyky 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"
    ]
}