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
公式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
Eメール [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"
    }
}