Missing Shop
Provides different shopping options if the online store the user is trying to find is missing.
Was ist Missing Shop?
Missing Shop ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Provides different shopping options if the online store the user is trying to find is missing.".
Erweiterungsscreenshots
Missing Shop-Erweiterungs-CRX-Datei herunterladen
Laden Sie Missing Shop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jnlmbbdhfoeohfmbddlchdlfknmpmpea |
| Offizielle URL | https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea |
| Beschreibung | Provides different shopping options if the online store the user is trying to find is missing. |
| Dateigröße | 8.33 KB |
| Installationsanzahl | 12,013 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2022-04-22 |
| Veröffentlichungsdatum | 2022-04-22 |
| Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
| Entwickler | Unknown |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://missing-shop.com |
| Hilfeseite URL | https://missing-shop.com/?a=about |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
} | |