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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click any VIN and have the window sticker information at your fingertips. Turn every VIN you see into a clickable button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Monroney Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}