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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            }
        }
    }
}