Rapid Recon Connect

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

Was ist Rapid Recon Connect?

Rapid Recon Connect ist eine Chrome-Erweiterung, die von Rapid Recon Chrome Extension entwickelt wurde, und ihr Hauptmerkmal ist "Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Rapid Recon Connect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rapid Recon Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
Offizielle URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
Beschreibung Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
Dateigröße 3.87 MB
Installationsanzahl 4,968
Aktuelle Version 1.0.53
Letztes Update 2023-03-27
Veröffentlichungsdatum 2022-01-27
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Rapid Recon Chrome Extension
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.rapidrecon.com/
Hilfeseite URL https://www.rapidrecon.com/customer-care/
URL der Datenschutzrichtlinien-Seite http://rapidrecon.com/privacy-policy
Unterstützte Sprachen 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"
    }
}