Rapid Recon Connect

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

Rapid Recon Connect क्या है?

Rapid Recon Connect Rapid Recon Chrome Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rapid Recon Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Rapid Recon Connect Rapid Recon Connect
ID bmpkdbkkiaebblpogckfibfjcalhfoom
आधिकारिक URL https://chromewebstore.google.com/detail/rapid-recon-connect/bmpkdbkkiaebblpogckfibfjcalhfoom
विवरण Rapid Recon Connect allows you to view the reconditioning status and details of your dealership's vehicles.
फ़ाइल का आकार 3.87 MB
स्थापना संख्या 4,968
वर्तमान संस्करण 1.0.53
अंतिम अपडेट 2023-03-27
प्रकाशन तिथि 2022-01-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rapid Recon Chrome Extension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.rapidrecon.com/
सहायता पृष्ठ URL https://www.rapidrecon.com/customer-care/
गोपनीयता नीति पृष्ठ URL http://rapidrecon.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}