Missing Shop

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

Qu'est-ce que Missing Shop ?

Missing Shop est une extension Chrome développée par Unknown, et sa fonction principale est "Provides different shopping options if the online store the user is trying to find is missing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Missing Shop

Téléchargez les fichiers d'extension Missing Shop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Missing Shop Missing Shop
ID jnlmbbdhfoeohfmbddlchdlfknmpmpea
URL Officiel https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea
Description Provides different shopping options if the online store the user is trying to find is missing.
Taille du Fichier 8.33 KB
Nombre d'Installations 12,013
Version Actuelle 1.0
Dernière Mise à Jour 2022-04-22
Date de Publication 2022-04-22
Évaluation 4.40/5 Total 5 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://missing-shop.com
URL de la Page d'Aide https://missing-shop.com/?a=about
Langues Prises en Charge 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:\/\/*\/*"
    ]
}