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

Cos'è EpicVin Extension?

EpicVin Extension è un'estensione di Chrome sviluppata da https://epicvin.com, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EpicVin Extension

Scarica i file di estensione EpicVin Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
URL Ufficiale https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Descrizione 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
Dimensione del File 1.05 MB
Conteggio Installazioni 914
Versione Corrente 2.0.7
Ultimo Aggiornamento 2022-11-16
Data di Pubblicazione 2020-03-04
Valutazione 4.79/5 Totale 14 Valutazioni
Sviluppatore https://epicvin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://epicvin.com/
URL della Pagina di Aiuto https://epicvin.com/
URL della Pagina della Politica sulla Privacy https://www.epicvin.com/site/privacy
Lingue Supportate 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"
    }
}