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

Qu'est-ce que EpicVin Extension ?

EpicVin Extension est une extension Chrome développée par https://epicvin.com, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EpicVin Extension

Téléchargez les fichiers d'extension EpicVin Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
URL Officiel https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
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
Taille du Fichier 1.05 MB
Nombre d'Installations 914
Version Actuelle 2.0.7
Dernière Mise à Jour 2022-11-16
Date de Publication 2020-03-04
Évaluation 4.79/5 Total 14 Évaluations
Développeur https://epicvin.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://epicvin.com/
URL de la Page d'Aide https://epicvin.com/
URL de la Page de Politique de Confidentialité https://www.epicvin.com/site/privacy
Langues Prises en Charge 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"
    }
}