Window Sticker Lookup

Get A Copy of a Monroney Sticker for Select Vehicle Makes

什么是Window Sticker Lookup?

Window Sticker Lookup是由Travis Guillory开发的Chrome扩展程序,该扩展的主要功能是“Get A Copy of a Monroney Sticker for Select Vehicle Makes”。

扩展截图

screenshot

下载Window Sticker Lookup扩展crx文件

下载Window Sticker Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Window Sticker Lookup Window Sticker Lookup
ID mncdeeeclhogadpcgpjalpkjfobildhe
官方URL https://chromewebstore.google.com/detail/window-sticker-lookup/mncdeeeclhogadpcgpjalpkjfobildhe
简介 Get A Copy of a Monroney Sticker for Select Vehicle Makes
文件大小 363 KB
安装次数 2,333
当前版本 1.0.0.0
更新时间 2019-05-03
上架时间 2019-04-28
评分 5.00/5 共2次评分
开发者 Travis Guillory
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}