Monroney Browser Extension

Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button.

Monroney Browser Extension란 무엇입니까?

Monroney Browser Extension은(는) vic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Monroney Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click on any VIN number and have the original window sticker information at your fingertips. This easy-to-use extension turns every VIN number you see in your browser into a clickable button (Including in vAuto). Within one or two clicks you will get the complete window sticker data for your specific vehicle, including: Installed options & packages, MSRP price, factory colors, paint codes and more.

As a dealer, you'll get instant factory option data at the auctions and in your DMS.

As a consumer, you'll get the product knowledge you need to know what you are buying or selling.

Our service provides fully automatic decodes for the following brands:
https://monroneylabels.com/pages/covered_brands

Contact us to learn more:
(843) 837-3700
[email protected]                    

확장 프로그램 기본 정보

이름 Monroney Browser Extension Monroney Browser Extension
ID hnfjjogaoohefjomoafflkinaklefbph
공식 URL https://chromewebstore.google.com/detail/monroney-browser-extensio/hnfjjogaoohefjomoafflkinaklefbph
설명 Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button.
파일 크기 570 KB
설치 횟수 1,301
현재 버전 1.1
최근 업데이트 2023-03-13
출시 날짜 2022-07-07
평점 5.00/5 총 1 개의 평점
개발자 vic
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://monroneylabels.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Monroney Browser Extension",
    "name": "Monroney Browser Extension",
    "description": "Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button.",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Monroney Labels"
    },
    "icons": {
        "16": "monroney-extn-icon-22.png",
        "48": "monroney-extn-icon-44.png",
        "128": "monroney-extn-icon-66.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}