Shoppe Helper
Helps online shoppers find new stores if the site they want to visit is down.
Hvad er Shoppe Helper?
Shoppe Helper er en Chrome-udvidelse udviklet af bryce, og dens hovedfunktion er "Helps online shoppers find new stores if the site they want to visit is down.".
Udvidelsesskærmbilleder
Download Shoppe Helper-udvidelses-CRX-fil
Download Shoppe Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | icpgdfcojdahkgjhobbpndpmgajejaco |
| Officiel URL | https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco |
| Beskrivelse | Helps online shoppers find new stores if the site they want to visit is down. |
| Filstørrelse | 19.99 KB |
| Antal Installationer | 20,000 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2024-02-03 |
| Udgivelsesdato | 2022-04-11 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | bryce |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://shoppehelper.com/ |
| Hjælpeside-URL | https://shoppehelper.com/?a=about |
| URL til Fortrolighedspolitik Side | https://foreststarttabs.com?a=privacy |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |