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
Eメール [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"
    }
}