Rapid Recon Connect

Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.

什么是Rapid Recon Connect?

Rapid Recon Connect是由Rapid Recon Chrome Extension开发的Chrome扩展程序,该扩展的主要功能是“Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.”。

扩展截图

screenshot
screenshot
screenshot

下载Rapid Recon Connect扩展crx文件

下载Rapid Recon Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's Rapid Recon managed vehicles from any website that displays your vehicles by VIN.  Access Rapid Recon Connect from your inventory management system, dealership website, CRM system and more.

Rapid Recon Connect will show you a preview of the Rapid Recon status, allow you to directly link to the vehicle details page for that vehicle, and allow you to pull OEM window stickers on any vehicle when OEM window stickers are enabled on your Rapid Recon account.                    

扩展基本信息

名称 Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
官方URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
简介 Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
文件大小 3.87 MB
安装次数 4,968
当前版本 1.0.53
更新时间 2023-03-27
上架时间 2022-01-27
评分 5.00/5 共1次评分
开发者 Rapid Recon Chrome Extension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.rapidrecon.com/
帮助页面URL https://www.rapidrecon.com/customer-care/
隐私政策页面URL http://rapidrecon.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rapid Recon Connect",
    "version": "1.0.53",
    "icons": {
        "16": "rrlogo.png",
        "48": "rrlogo.png",
        "128": "rrlogo.png"
    },
    "description": "Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "action": {
        "default_icon": "rrlogo.png",
        "icons": {
            "16": "rrlogo.png",
            "48": "rrlogo.png",
            "128": "rrlogo.png"
        },
        "default_title": "RRLogin",
        "default_popup": "loginpage\/dist\/loginpage\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.out.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css",
                "car-no_images_available.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}