Missing Shop
Provides different shopping options if the online store the user is trying to find is missing.
Vad är Missing Shop?
Missing Shop är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Provides different shopping options if the online store the user is trying to find is missing.".
Tilläggsskärmbilder
Ladda ner Missing Shop-förlängningens CRX-fil
Ladda ner Missing Shop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Provides the user different searched options if the online store they are navigating generates missing errors, such as a 404 error.
Grundläggande Information om Tillägg
Namn | Missing Shop |
ID | jnlmbbdhfoeohfmbddlchdlfknmpmpea |
Officiell webbadress | https://chromewebstore.google.com/detail/missing-shop/jnlmbbdhfoeohfmbddlchdlfknmpmpea |
Beskrivning | Provides different shopping options if the online store the user is trying to find is missing. |
Filstorlek | 8.33 KB |
Antal Installationer | 12,013 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-04-22 |
Publiceringsdatum | 2022-04-22 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | Unknown |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://missing-shop.com |
Hjälpsida URL | https://missing-shop.com/?a=about |
Stödda Språk | 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:\/\/*\/*" ] } |