Missing Shop

Provides different shopping options if the online store the user is trying to find is missing.

Cos'è Missing Shop?

Missing Shop è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Provides different shopping options if the online store the user is trying to find is missing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Missing Shop

Scarica i file di estensione Missing Shop 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

                        Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.                    

Informazioni di Base sull'Estensione

Nome Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
URL Ufficiale https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Descrizione Provides different shopping options if the online store the user is trying to find is missing.
Dimensione del File 8.33 KB
Conteggio Installazioni 12,013
Versione Corrente 1.0
Ultimo Aggiornamento 2022-04-22
Data di Pubblicazione 2022-04-22
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Unknown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://missing-shop.com
URL della Pagina di Aiuto https://missing-shop.com/?a=about
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Matt H",
    "name": "Missing Shop",
    "short_name": "Missing Shop",
    "homepage_url": "https:\/\/missing-shop.com",
    "description": "Provides different shopping options if the online store the user is trying to find is missing.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}