VIN Checkmate

Automatically check VIN details and market prices while searching websites!

O que é VIN Checkmate?

VIN Checkmate é uma extensão do Chrome desenvolvida por koalaty.io, e sua principal característica é "Automatically check VIN details and market prices while searching websites!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VIN Checkmate

Baixe arquivos de extensão VIN Checkmate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VIN Checkmate VIN Checkmate
ID cpoejggmgbkcpcfnhkdbakfkmpeehgih
URL Oficial https://chrome.google.com/webstore/detail/vin-checkmate/cpoejggmgbkcpcfnhkdbakfkmpeehgih
Descrição Automatically check VIN details and market prices while searching websites!
Tamanho do Arquivo 59.67 KB
Contagem de Instalações 53
Versão Atual 0.0.0.2
Última Atualização 2018-05-21
Data de Publicação 2018-05-21
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor koalaty.io
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}