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 là gì?

Monroney Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi vic, và tính năng chính của nó là "Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monroney Browser Extension

Tải xuống các tệp mở rộng Monroney Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Monroney Browser Extension Monroney Browser Extension
ID hnfjjogaoohefjomoafflkinaklefbph
URL Chính Thức https://chromewebstore.google.com/detail/monroney-browser-extensio/hnfjjogaoohefjomoafflkinaklefbph
Mô tả Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button.
Kích Thước Tệp 570 KB
Số Lần Cài Đặt 1,301
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2022-07-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển vic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://monroneylabels.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}