Shoppe Helper
Helps online shoppers find new stores if the site they want to visit is down.
Was ist Shoppe Helper?
Shoppe Helper ist eine Chrome-Erweiterung, die von bryce entwickelt wurde, und ihr Hauptmerkmal ist "Helps online shoppers find new stores if the site they want to visit is down.".
Erweiterungsscreenshots
Shoppe Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shoppe Helper-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
Shoppe Helper now supports a new function that helps users continue their journy online. With the core focus of helping people who are shopping online. If a website is no longer available we help you continue an easy and quick search to find an alternative website. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icpgdfcojdahkgjhobbpndpmgajejaco |
| Offizielle URL | https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco |
| Beschreibung | Helps online shoppers find new stores if the site they want to visit is down. |
| Dateigröße | 19.99 KB |
| Installationsanzahl | 20,000 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2024-02-03 |
| Veröffentlichungsdatum | 2022-04-11 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | bryce |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://shoppehelper.com/ |
| Hilfeseite URL | https://shoppehelper.com/?a=about |
| URL der Datenschutzrichtlinien-Seite | https://foreststarttabs.com?a=privacy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Hendrick R.",
"name": "Shoppe Helper",
"short_name": "Shop Help",
"homepage_url": "https:\/\/shoppehelper.com",
"description": "Helps online shoppers find new stores if the site they want to visit is down.",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |