Shoppe Helper

Helps online shoppers find new stores if the site they want to visit is down.

Cos'è Shoppe Helper?

Shoppe Helper è un'estensione di Chrome sviluppata da bryce, e la sua funzione principale è "Helps online shoppers find new stores if the site they want to visit is down.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shoppe Helper

Scarica i file di estensione Shoppe Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
URL Ufficiale https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Descrizione Helps online shoppers find new stores if the site they want to visit is down.
Dimensione del File 19.99 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0
Ultimo Aggiornamento 2024-02-03
Data di Pubblicazione 2022-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore bryce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://shoppehelper.com/
URL della Pagina di Aiuto https://shoppehelper.com/?a=about
URL della Pagina della Politica sulla Privacy https://foreststarttabs.com?a=privacy
Lingue Supportate 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:\/\/*\/*"
    ]
}