VelocityInsight

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

Apa itu VelocityInsight?

VelocityInsight adalah ekstensi Chrome yang dikembangkan oleh Velocity Automotive Solutions LLC, dan fitur utamanya adalah "VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi VelocityInsight

Unduh file ekstensi VelocityInsight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VelocityInsight VelocityInsight
ID mkanlikcnccbgabpaphgjidigdjnekab
URL Resmi https://chromewebstore.google.com/detail/velocityinsight/mkanlikcnccbgabpaphgjidigdjnekab
Deskripsi VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.
Ukuran File 4.65 MB
Jumlah Instalasi 20,000
Versi Saat Ini 0.72.0
Terakhir Diperbarui 2024-01-30
Tanggal Publikasi 2020-09-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Velocity Automotive Solutions LLC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://reconvelocity.com/
URL Halaman Bantuan https://reconvelocity.com/
URL Halaman Kebijakan Privasi https://velocityautomotive.com/privacy-policy
Bahasa yang Didukung 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"
}