Window Sticker Lookup

Get A Copy of a Monroney Sticker for Select Vehicle Makes

Window Sticker Lookupคืออะไร?

Window Sticker Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Guillory และคุณลักษณะหลักของมันคือ "Get A Copy of a Monroney Sticker for Select Vehicle Makes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Window Sticker Lookup

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}