EpicVin Extension

Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling

O que é EpicVin Extension?

EpicVin Extension é uma extensão do Chrome desenvolvida por https://epicvin.com, e sua principal característica é "Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EpicVin Extension

Baixe arquivos de extensão EpicVin Extension 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

                        Access EpicVIN Reports Instantly on any Websites!
The EpicVIN Vehicle History App for Chrome gives you the best free resource for researching a used car as you browse Craigslist, Autotrader, Cars.com, Carmax, or any other site!                    

Informações Básicas da Extensão

Nome EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
URL Oficial https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Descrição Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling
Tamanho do Arquivo 1.05 MB
Contagem de Instalações 914
Versão Atual 2.0.7
Última Atualização 2022-11-16
Data de Publicação 2020-03-04
Classificação 4.79/5 Total de 14 Avaliações
Desenvolvedor https://epicvin.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://epicvin.com/
URL da Página de Ajuda https://epicvin.com/
URL da Página de Política de Privacidade https://www.epicvin.com/site/privacy
Idiomas Suportados en
manifest.json
{
    "name": "EpicVin Extension",
    "description": "Have a FREE view of the instant VIN report for a car as you browse any site. Always check the vehicle before buying or selling",
    "version": "2.0.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.epicvin.com\/*",
            "https:\/\/*.epicvin.local\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "script-src": "self"
    },
    "icons": {
        "16": "\/img\/icons\/16.png",
        "24": "\/img\/icons\/24.png",
        "32": "\/img\/icons\/32.png",
        "48": "\/img\/icons\/48.png",
        "64": "\/img\/icons\/64.png",
        "128": "\/img\/icons\/128.png"
    }
}