VelocityInsight

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

Что такое VelocityInsight?

VelocityInsight - это расширение Chrome, разработанное Velocity Automotive Solutions LLC, и его основная функция - "VelocityInsight brings the power of ReconVelocity to your store’s CRM or IMS.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения VelocityInsight

Скачайте файлы расширений 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
Официальный URL 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"
}