Revvable Browser Extension
A handy tool for working with Revvable
Qu'est-ce que Revvable Browser Extension ?
Revvable Browser Extension est une extension Chrome développée par https://revvable.com, et sa fonction principale est "A handy tool for working with Revvable".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Revvable Browser Extension
Téléchargez les fichiers d'extension Revvable Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Revvable Browser Extension |
ID | ofpfbinbikpbeicmdeciloaebgckpoli |
URL Officiel | https://chromewebstore.google.com/detail/revvable-browser-extensio/ofpfbinbikpbeicmdeciloaebgckpoli |
Description | A handy tool for working with Revvable |
Taille du Fichier | 2.57 MB |
Nombre d'Installations | 536 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2024-03-07 |
Date de Publication | 2022-09-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://revvable.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.revvable.com/privacy-policy |
Langues Prises en Charge | 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": [ " |