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