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是由https://epicvin.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载EpicVin Extension扩展crx文件

下载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"
    }
}