Revvable Browser Extension
A handy tool for working with Revvable
Revvable Browser Extensionとは何ですか?
Revvable Browser Extensionはhttps://revvable.comによって開発されたChromeの拡張機能で、その主な機能は「A handy tool for working with Revvable」です。
拡張機能のスクリーンショット
Revvable Browser Extension拡張機能のCRXファイルをダウンロード
Revvable Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Revvable Browser Extension |
ID | ofpfbinbikpbeicmdeciloaebgckpoli |
公式URL | https://chromewebstore.google.com/detail/revvable-browser-extensio/ofpfbinbikpbeicmdeciloaebgckpoli |
説明 | A handy tool for working with Revvable |
ファイルサイズ | 2.57 MB |
インストール数 | 536 |
現在のバージョン | 1.0.7 |
最終更新日 | 2024-03-07 |
公開日 | 2022-09-19 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://revvable.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.revvable.com/privacy-policy |
対応言語 | 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": [ " |