Window Sticker Lookup

Get A Copy of a Monroney Sticker for Select Vehicle Makes

Cos'è Window Sticker Lookup?

Window Sticker Lookup è un'estensione di Chrome sviluppata da Travis Guillory, e la sua funzione principale è "Get A Copy of a Monroney Sticker for Select Vehicle Makes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Window Sticker Lookup

Scarica i file di estensione Window Sticker Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Window Sticker Lookup Window Sticker Lookup
ID mncdeeeclhogadpcgpjalpkjfobildhe
URL Ufficiale https://chromewebstore.google.com/detail/window-sticker-lookup/mncdeeeclhogadpcgpjalpkjfobildhe
Descrizione Get A Copy of a Monroney Sticker for Select Vehicle Makes
Dimensione del File 363 KB
Conteggio Installazioni 2,333
Versione Corrente 1.0.0.0
Ultimo Aggiornamento 2019-05-03
Data di Pubblicazione 2019-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Travis Guillory
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}