Shoppe Helper

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

Co to jest Shoppe Helper?

Shoppe Helper to rozszerzenie Chrome opracowane przez bryce, a jego główną funkcją jest „Helps online shoppers find new stores if the site they want to visit is down.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shoppe Helper

Pobierz pliki rozszerzeń Shoppe Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
Oficjalny URL https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Opis Helps online shoppers find new stores if the site they want to visit is down.
Rozmiar pliku 19.99 KB
Liczba instalacji 20,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2024-02-03
Data Publikacji 2022-04-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper bryce
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://shoppehelper.com/
Adres URL Strony Pomocy https://shoppehelper.com/?a=about
Adres URL Strony Polityki Prywatności https://foreststarttabs.com?a=privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}