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
官方網址 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"
    }
}