Revvable Browser Extension
A handy tool for working with Revvable
What is Revvable Browser Extension?
Revvable Browser Extension is a Chrome extension developed by https://revvable.com, and its main feature is "A handy tool for working with Revvable".
Extension Screenshots
Download Revvable Browser Extension Extension CRX File
Download Revvable Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Revvable Browser Extension |
ID | ofpfbinbikpbeicmdeciloaebgckpoli |
Official URL | https://chromewebstore.google.com/detail/revvable-browser-extensio/ofpfbinbikpbeicmdeciloaebgckpoli |
Description | A handy tool for working with Revvable |
File Size | 2.57 MB |
Installation Count | 536 |
Current Version | 1.0.7 |
Last Updated | 2024-03-07 |
Publish Date | 2022-09-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://revvable.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.revvable.com/privacy-policy |
Supported Languages | 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": [ " |