VIN Checkmate

Automatically check VIN details and market prices while searching websites!

Co to jest VIN Checkmate?

VIN Checkmate to rozszerzenie Chrome opracowane przez koalaty.io, a jego główną funkcją jest „Automatically check VIN details and market prices while searching websites!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VIN Checkmate

Pobierz pliki rozszerzeń VIN Checkmate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
Oficjalny URL https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Opis Automatically check VIN details and market prices while searching websites!
Rozmiar pliku 59.67 KB
Liczba instalacji 53
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2018-05-21
Data Publikacji 2018-05-21
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper koalaty.io
Typ Płatności free
Obsługiwane Języki 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"
    ]
}