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".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Revvable Browser Extension

قم بتنزيل ملفات الامتداد Revvable Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ],
    "action": {
        "default_title": "Open Revvable"
    },
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z",
                "chromeos": "Alt+Shift+Z",
                "linux": "Alt+Shift+Z"
            }
        }
    }
}