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

Was ist EpicVin Extension?

EpicVin Extension ist eine Chrome-Erweiterung, die von https://epicvin.com entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

EpicVin Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie EpicVin Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
Offizielle URL https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Beschreibung 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
Dateigröße 1.05 MB
Installationsanzahl 914
Aktuelle Version 2.0.7
Letztes Update 2022-11-16
Veröffentlichungsdatum 2020-03-04
Bewertung 4.79/5 Insgesamt 14 Bewertungen
Entwickler https://epicvin.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://epicvin.com/
Hilfeseite URL https://epicvin.com/
URL der Datenschutzrichtlinien-Seite https://www.epicvin.com/site/privacy
Unterstützte Sprachen 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"
    }
}