Shoppe Helper
Helps online shoppers find new stores if the site they want to visit is down.
Wat is Shoppe Helper?
Shoppe Helper is een Chrome-extensie ontwikkeld door bryce, en de belangrijkste functie is "Helps online shoppers find new stores if the site they want to visit is down.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shoppe Helper
Download Shoppe Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | icpgdfcojdahkgjhobbpndpmgajejaco |
| Officiële URL | https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco |
| Beschrijving | Helps online shoppers find new stores if the site they want to visit is down. |
| Bestandsgrootte | 19.99 KB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2024-02-03 |
| Publicatiedatum | 2022-04-11 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | bryce |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://shoppehelper.com/ |
| Help Pagina-URL | https://shoppehelper.com/?a=about |
| URL van de Privacybeleid Pagina | https://foreststarttabs.com?a=privacy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |