Revvable Browser Extension
A handy tool for working with Revvable
Revvable Browser Extension là gì?
Revvable Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://revvable.com, và tính năng chính của nó là "A handy tool for working with Revvable".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Revvable Browser Extension
Tải xuống các tệp mở rộng Revvable Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Revvable Browser Extension |
ID | ofpfbinbikpbeicmdeciloaebgckpoli |
URL Chính Thức | https://chromewebstore.google.com/detail/revvable-browser-extensio/ofpfbinbikpbeicmdeciloaebgckpoli |
Mô tả | A handy tool for working with Revvable |
Kích Thước Tệp | 2.57 MB |
Số Lần Cài Đặt | 536 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2024-03-07 |
Ngày Phát Hành | 2022-09-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://revvable.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.revvable.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |