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

ما هو EpicVin Extension؟

EpicVin Extension هو إضافة Chrome تم تطويرها بواسطة https://epicvin.com، والميزة الرئيسية لها هي "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
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EpicVin Extension

قم بتنزيل ملفات الامتداد EpicVin Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
الوصف 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
حجم الملف 1.05 MB
عدد التثبيتات 914
النسخة الحالية 2.0.7
آخر تحديث 2022-11-16
تاريخ النشر 2020-03-04
تقييم 4.79/5 مجموع تقييمات 14
المطور https://epicvin.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://epicvin.com/
عنوان صفحة المساعدة https://epicvin.com/
عنوان صفحة سياسة الخصوصية https://www.epicvin.com/site/privacy
اللغات المدعومة 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"
    }
}