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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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/
URL страницы помощи https://epicvin.com/
URL страницы политики конфиденциальности 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"
    }
}