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

Wat is EpicVin Extension?

EpicVin Extension is een Chrome-extensie ontwikkeld door https://epicvin.com, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EpicVin Extension

Download EpicVin Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
Officiële URL https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Beschrijving 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
Bestandsgrootte 1.05 MB
Aantal Installaties 914
Huidige Versie 2.0.7
Laatst Bijgewerkt 2022-11-16
Publicatiedatum 2020-03-04
Beoordeling 4.79/5 Totaal 14 Beoordelingen
Ontwikkelaar https://epicvin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://epicvin.com/
Help Pagina-URL https://epicvin.com/
URL van de Privacybeleid Pagina https://www.epicvin.com/site/privacy
Ondersteunde Talen 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"
    }
}