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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Rapid Recon Connect

Λήψη αρχείων επέκτασης Rapid Recon Connect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}