VinCue

This extension integrates VinCue with other automotive websites and applications.

VinCue là gì?

VinCue là một tiện ích mở rộng Chrome được phát triển bởi dealercue, và tính năng chính của nó là "This extension integrates VinCue with other automotive websites and applications.".

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

screenshot

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

Tải xuống các tệp mở rộng VinCue 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

                        The VinCue extension is a companion plug-in for the VinCue web application, assisting clients by providing shortcuts to easily share relevant data between VinCue and other websites.                    

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

Tên VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
URL Chính Thức https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
Mô tả This extension integrates VinCue with other automotive websites and applications.
Kích Thước Tệp 113 KB
Số Lần Cài Đặt 2,018
Phiên Bản Hiện Tại 1.2.22
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2020-06-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dealercue
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.vincue.com/
URL Trang Trợ Giúp https://vincue.com/contact/
URL Trang Chính Sách Bảo Mật https://vincue.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VinCue",
    "description": "This extension integrates VinCue with other automotive websites and applications.",
    "version": "1.2.22",
    "options_page": "options.html",
    "icons": {
        "16": "vincueicon16-2.png",
        "48": "vincueicon48-2.png",
        "128": "vincueicon128-2.png"
    },
    "browser_action": {
        "default_icon": "vincueicon128-2.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.js",
            "jquery.slidereveal.js",
            "xregexp-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "jquery.slidereveal.js",
                "xregexp-min.js",
                "VinCuePlugin.js",
                "options.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ]
}