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”。

扩展截图

screenshot
screenshot

下载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 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": [
        ""
    ],
    "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"
            }
        }
    }
}