Rapid Recon Connect

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

Vad är Rapid Recon Connect?

Rapid Recon Connect är en Chrome-tillägg utvecklad av Rapid Recon Chrome Extension, och dess huvudfunktion är "Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Rapid Recon Connect-förlängningens CRX-fil

Ladda ner Rapid Recon Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
Officiell webbadress https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
Beskrivning Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
Filstorlek 3.87 MB
Antal Installationer 4,968
Aktuell Version 1.0.53
Senast Uppdaterad 2023-03-27
Publiceringsdatum 2022-01-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Rapid Recon Chrome Extension
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.rapidrecon.com/
Hjälpsida URL https://www.rapidrecon.com/customer-care/
URL till Sekretesspolicy Sidan http://rapidrecon.com/privacy-policy
Stödda Språk 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"
    }
}