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文件

下載Monroney Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}