VelocityInsight

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

什麼是VelocityInsight?

VelocityInsight是由Velocity Automotive Solutions LLC開發的Chrome擴展程式,該擴展的主要功能是“VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.”。

擴展截圖

screenshot
screenshot

下載VelocityInsight擴展crx文件

下載VelocityInsight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VelocityInsight VelocityInsight
ID mkanlikcnccbgabpaphgjidigdjnekab
官方網址 https://chromewebstore.google.com/detail/velocityinsight/mkanlikcnccbgabpaphgjidigdjnekab
簡介 VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.
檔案大小 4.65 MB
安裝次數 20,000
目前版本 0.72.0
更新時間 2024-01-30
上架時間 2020-09-26
評分 5.00/5 共 3 次評分
開發者 Velocity Automotive Solutions LLC
電子郵箱 [email protected]
付費類型 free
擴展官網 https://reconvelocity.com/
說明頁面URL https://reconvelocity.com/
隱私政策頁面URL https://velocityautomotive.com/privacy-policy
支援的語言 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"
}