Rapid Recon Connect

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

Co je Rapid Recon Connect?

Rapid Recon Connect je rozšíření Chrome vyvinuté Rapid Recon Chrome Extension, a jeho hlavní funkcí je „Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rapid Recon Connect

Stáhněte si soubory rozšíření Rapid Recon Connect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
Oficiální URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
Popis Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
Velikost souboru 3.87 MB
Počet instalací 4,968
Aktuální Verze 1.0.53
Poslední Aktualizace 2023-03-27
Datum Vydání 2022-01-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Rapid Recon Chrome Extension
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.rapidrecon.com/
URL Stránky Nápovědy https://www.rapidrecon.com/customer-care/
URL Stránky Zásad Ochrany Soukromí http://rapidrecon.com/privacy-policy
Podporované Jazyky 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"
    }
}