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 là gì?

EpicVin Extension là một tiện ích mở rộng Chrome được phát triển bởi https://epicvin.com, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EpicVin Extension

Tải xuống các tệp mở rộng EpicVin Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EpicVin Extension EpicVin Extension
ID jebomllijbilgalddpgnhppfldkkkjfc
URL Chính Thức https://chromewebstore.google.com/detail/epicvin-extension/jebomllijbilgalddpgnhppfldkkkjfc
Mô tả 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
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 914
Phiên Bản Hiện Tại 2.0.7
Cập Nhật Lần Cuối 2022-11-16
Ngày Phát Hành 2020-03-04
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://epicvin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://epicvin.com/
URL Trang Trợ Giúp https://epicvin.com/
URL Trang Chính Sách Bảo Mật https://www.epicvin.com/site/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}