Revvable Browser Extension

A handy tool for working with Revvable

Was ist Revvable Browser Extension?

Revvable Browser Extension ist eine Chrome-Erweiterung, die von https://revvable.com entwickelt wurde, und ihr Hauptmerkmal ist "A handy tool for working with Revvable".

Erweiterungsscreenshots

screenshot
screenshot

Revvable Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Revvable Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Revvable Chrome Extension - a must-have tool for powersports dealerships. This extension allows your employees to quickly and easily load customer, opportunity, or deal data directly into your preferred lender's credit application with just one click. Say goodbye to tedious and time-consuming data entry. With Revvable, you can complete credit applications in seconds! Simply select the data you want to use, find the Revvable one-click fill button, and watch as our extension autofills all the necessary fields. It's that easy! Streamline your dealership's workflow and increase productivity with the Revvable Chrome Extension.                    

Grundlegende Informationen zur Erweiterung

Name Revvable Browser Extension Revvable Browser Extension
ID ofpfbinbikpbeicmdeciloaebgckpoli
Offizielle URL https://chromewebstore.google.com/detail/revvable-browser-extensio/ofpfbinbikpbeicmdeciloaebgckpoli
Beschreibung A handy tool for working with Revvable
Dateigröße 2.57 MB
Installationsanzahl 536
Aktuelle Version 1.0.7
Letztes Update 2024-03-07
Veröffentlichungsdatum 2022-09-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://revvable.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.revvable.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revvable Browser Extension",
    "description": "A handy tool for working with Revvable",
    "version": "1.0.7",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "css": [
                ".\/inject.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Open Revvable"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    }
}