VinCue

This extension integrates VinCue with other automotive websites and applications.

ما هو VinCue؟

VinCue هو إضافة Chrome تم تطويرها بواسطة dealercue، والميزة الرئيسية لها هي "This extension integrates VinCue with other automotive websites and applications.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VinCue

قم بتنزيل ملفات الامتداد VinCue بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://vincue.com/contact/
عنوان صفحة سياسة الخصوصية 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"
    ]
}