VIN Lookup

Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.

O que é VIN Lookup?

VIN Lookup é uma extensão do Chrome desenvolvida por https://vinlookup.vindecoders.org, e sua principal característica é "Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão VIN Lookup

Baixe arquivos de extensão VIN Lookup 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

                        This is a VIN lookup tool to download comprehensive records and detailed vehicle history reports that contain crucial data from official data sources such US Gov't Title & Salvage history, and get access to over 40 million Junk, Salvage & Insurance Total Loss Records. Uncover hidden damages & costly problems. Also with this VIN lookup tool you can compare prices and get the best insurance deals.                    

Informações Básicas da Extensão

Nome VIN Lookup VIN Lookup
ID nikcbpbhlpdkbfekbiojeppjfiajfmmm
URL Oficial https://chromewebstore.google.com/detail/vin-lookup/nikcbpbhlpdkbfekbiojeppjfiajfmmm
Descrição Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.
Tamanho do Arquivo 11.38 KB
Contagem de Instalações 1,018
Versão Atual 1.1.2
Última Atualização 2018-01-14
Data de Publicação 2018-01-13
Desenvolvedor https://vinlookup.vindecoders.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://vinlookup.vindecoders.org
URL da Página de Política de Privacidade http://www.recentoffers.net/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VIN Lookup",
    "manifest_version": 2,
    "short_name": "VIN Lookup",
    "description": "Lookup any VIN with a free preview. Enter your VIN (Vehicle Identification Number) to find out.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "check mark16.png"
    },
    "icons": {
        "128": "check mark.png"
    }
}