Window Sticker Lookup

Get A Copy of a Monroney Sticker for Select Vehicle Makes

What is Window Sticker Lookup?

Window Sticker Lookup is a Chrome extension developed by Travis Guillory, and its main feature is "Get A Copy of a Monroney Sticker for Select Vehicle Makes".

Extension Screenshots

screenshot

Download Window Sticker Lookup Extension CRX File

Download Window Sticker Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension retrieves a copy of the original window sticker of specific vehicle makes. The file is in Adobe PDF format. Not all vehicles are available for each brand. Currently, Monroney labels are available for some Chrysler brand, Ford brand, Hyundai and Kia automobiles. The author offers no warranty as to the accuracy or availability of any document.                    

Extension Basic Information

Name Window Sticker Lookup Window Sticker Lookup
ID mncdeeeclhogadpcgpjalpkjfobildhe
Official URL https://chromewebstore.google.com/detail/window-sticker-lookup/mncdeeeclhogadpcgpjalpkjfobildhe
Description Get A Copy of a Monroney Sticker for Select Vehicle Makes
File Size 363 KB
Installation Count 2,333
Current Version 1.0.0.0
Last Updated 2019-05-03
Publish Date 2019-04-28
Rating 5.00/5 Total 2 Ratings
Developer Travis Guillory
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Window Sticker Lookup",
    "version": "1.0.0.0",
    "description": "Get A Copy of a Monroney Sticker for Select Vehicle Makes",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/favicon.png",
        "default_popup": "popup.html",
        "default_title": "Window Sticker"
    },
    "permissions": [
        "activeTab"
    ]
}