Rapid Recon Connect

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

Co to jest Rapid Recon Connect?

Rapid Recon Connect to rozszerzenie Chrome opracowane przez Rapid Recon Chrome Extension, a jego główną funkcją jest „Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Rapid Recon Connect

Pobierz pliki rozszerzeń Rapid Recon Connect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
Oficjalny URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
Opis Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
Rozmiar pliku 3.87 MB
Liczba instalacji 4,968
Aktualna Wersja 1.0.53
Ostatnia Aktualizacja 2023-03-27
Data Publikacji 2022-01-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Rapid Recon Chrome Extension
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.rapidrecon.com/
Adres URL Strony Pomocy https://www.rapidrecon.com/customer-care/
Adres URL Strony Polityki Prywatności http://rapidrecon.com/privacy-policy
Obsługiwane Języki 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"
    }
}