Window Sticker Lookup

Get A Copy of a Monroney Sticker for Select Vehicle Makes

Window Sticker Lookup क्या है?

Window Sticker Lookup Travis Guillory द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get A Copy of a Monroney Sticker for Select Vehicle Makes"।

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

screenshot

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

crx प्रारूप में Window Sticker Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}