VelocityInsight

VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.

¿Qué es VelocityInsight?

VelocityInsight es una extensión de Chrome desarrollada por Velocity Automotive Solutions LLC, y su función principal es "VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión VelocityInsight

Descarga archivos de extensión VelocityInsight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS. With a simple click you power on the VelocityInsight tool inside your inventory management system to highlight and then select VIN numbers to view their status and key stats in ReconVelocity.                    

Información Básica de la Extensión

Nombre VelocityInsight VelocityInsight
ID mkanlikcnccbgabpaphgjidigdjnekab
URL Oficial https://chromewebstore.google.com/detail/velocityinsight/mkanlikcnccbgabpaphgjidigdjnekab
Descripción VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.
Tamaño del Archivo 4.65 MB
Cantidad de Instalaciones 20,000
Versión Actual 0.72.0
Última Actualización 2024-01-30
Fecha de Publicación 2020-09-26
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Velocity Automotive Solutions LLC
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://reconvelocity.com/
URL de la Página de Ayuda https://reconvelocity.com/
URL de la Página de Política de Privacidad https://velocityautomotive.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VelocityInsight",
    "version": "0.72.0",
    "description": "VelocityInsight brings the power of ReconVelocity to your store\u2019s CRM or IMS.",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "clipboardWrite",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/localhost:3000\/",
        "https:\/\/*.velocityautomotive.com\/*",
        "https:\/\/*.reconvelocity.com\/*",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.1912a3fa.html"
    },
    "background": {
        "scripts": [
            "backgroundScript.71477872.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "49",
    "author": "Velocity Automotive Solutions",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "extension_styles.57b104f5.css"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "domListener.81983a67.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.ae8052ef.js"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "css": [
                "contentScript.11ee6159.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.1719e001.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": []
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/close-icon.svg",
        "assets\/icons\/ReconVelocityLogoSm.png",
        "assets\/vinTel\/vinTel_exception.jpg",
        "assets\/vinTel\/vinTel_incomplete.jpg",
        "assets\/vinTel\/vinTel_normal.jpg",
        "assets\/vinTel\/vinTel_unavailable.jpg",
        "contentScript.4bf0de00.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.reconvelocity.com\/*",
            "http:\/\/localhost:3000\/*",
            "*:\/\/*.velocityautomotive.com\/*"
        ]
    },
    "icons": {
        "16": "icon-16x16.2e880495.png",
        "48": "icon-48x48.0b141e35.png",
        "128": "icon-128x128.328ca210.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-bNA\/yeW\/I186VntUZ2cDFRI7gMTdSf+ugyBXdQMyIq0='; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsDR9SzqZ61M3B3W34M9Vi\/Zslb2LdPR971wjBQJQ7LKoOjVKl+9CZt7CAYQ2ftDNINjo8dm578LyXr1mJ1YCpQKp44iNTUmsMaiLarFpjJr9c0Px2Qn1DaPT+0+hEY4ZaQkmGugOpdy2WbbZjCf5+w6n3catqqvrX81J42jZaG7gHgBzbWOB2AIlfM64YezjjUan2\/QgACxz5+TFFzzkW8G2ucO+kwZjFmKoXFp8vcUYhgLE9p9iSjHHmnv86VymkJ8dcwIY9sVVnSveWGSJAL4fcVkuhm8chkSW7tpuAqTlOTFA0Iq4KaB5GE5PjOfGz0rS8GqDpHtsU7SbwxzYNQIDAQAB"
}