Revvable Browser Extension
A handy tool for working with Revvable
Revvable Browser Extensionคืออะไร?
Revvable Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://revvable.com และคุณลักษณะหลักของมันคือ "A handy tool for working with Revvable"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Revvable Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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": [ " |