Shoppe Helper

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

Co je Shoppe Helper?

Shoppe Helper je rozšíření Chrome vyvinuté bryce, a jeho hlavní funkcí je „Helps online shoppers find new stores if the site they want to visit is down.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shoppe Helper

Stáhněte si soubory rozšíření Shoppe Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
Oficiální URL https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Popis Helps online shoppers find new stores if the site they want to visit is down.
Velikost souboru 19.99 KB
Počet instalací 20,000
Aktuální Verze 1.0
Poslední Aktualizace 2024-02-03
Datum Vydání 2022-04-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář bryce
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://shoppehelper.com/
URL Stránky Nápovědy https://shoppehelper.com/?a=about
URL Stránky Zásad Ochrany Soukromí https://foreststarttabs.com?a=privacy
Podporované Jazyky 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:\/\/*\/*"
    ]
}