VinCue

This extension integrates VinCue with other automotive websites and applications.

VinCue란 무엇입니까?

VinCue은(는) dealercue에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension integrates VinCue with other automotive websites and applications."입니다.

확장 프로그램 스크린샷

screenshot

VinCue 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 VinCue VinCue
ID apmihaoaadgaodjcbipfjbbiaokopfli
공식 URL https://chromewebstore.google.com/detail/vincue/apmihaoaadgaodjcbipfjbbiaokopfli
설명 This extension integrates VinCue with other automotive websites and applications.
파일 크기 113 KB
설치 횟수 2,018
현재 버전 1.2.22
최근 업데이트 2024-01-19
출시 날짜 2020-06-10
평점 5.00/5 총 2 개의 평점
개발자 dealercue
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.vincue.com/
도움말 페이지 URL https://vincue.com/contact/
개인정보 보호 정책 페이지 URL https://vincue.com/privacy-policy
지원되는 언어 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"
    ]
}