Rapid Recon Connect

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

Wat is Rapid Recon Connect?

Rapid Recon Connect is een Chrome-extensie ontwikkeld door Rapid Recon Chrome Extension, en de belangrijkste functie is "Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Rapid Recon Connect

Download Rapid Recon Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
Officiële URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
Beschrijving Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
Bestandsgrootte 3.87 MB
Aantal Installaties 4,968
Huidige Versie 1.0.53
Laatst Bijgewerkt 2023-03-27
Publicatiedatum 2022-01-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rapid Recon Chrome Extension
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.rapidrecon.com/
Help Pagina-URL https://www.rapidrecon.com/customer-care/
URL van de Privacybeleid Pagina http://rapidrecon.com/privacy-policy
Ondersteunde Talen 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"
    }
}