VelocityInsight

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

What is VelocityInsight?

VelocityInsight is a Chrome extension developed by Velocity Automotive Solutions LLC, and its main feature is "VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.".

Extension Screenshots

screenshot
screenshot

Download VelocityInsight Extension CRX File

Download VelocityInsight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VelocityInsight VelocityInsight
ID mkanlikcnccbgabpaphgjidigdjnekab
Official URL https://chromewebstore.google.com/detail/velocityinsight/mkanlikcnccbgabpaphgjidigdjnekab
Description VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.
File Size 4.65 MB
Installation Count 20,000
Current Version 0.72.0
Last Updated 2024-01-30
Publish Date 2020-09-26
Rating 5.00/5 Total 3 Ratings
Developer Velocity Automotive Solutions LLC
Email [email protected]
Payment Type free
Extension Website https://reconvelocity.com/
Help Page URL https://reconvelocity.com/
Privacy Policy Page URL https://velocityautomotive.com/privacy-policy
Supported Languages 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"
}