Revvable Browser Extension
A handy tool for working with Revvable
Revvable Browser Extension क्या है?
Revvable Browser Extension https://revvable.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy tool for working with Revvable"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Revvable Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |