Shoppe Helper

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

O que é Shoppe Helper?

Shoppe Helper é uma extensão do Chrome desenvolvida por bryce, e sua principal característica é "Helps online shoppers find new stores if the site they want to visit is down.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shoppe Helper

Baixe arquivos de extensão Shoppe Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Shoppe Helper Shoppe Helper
ID icpgdfcojdahkgjhobbpndpmgajejaco
URL Oficial https://chromewebstore.google.com/detail/shoppe-helper/icpgdfcojdahkgjhobbpndpmgajejaco
Descrição Helps online shoppers find new stores if the site they want to visit is down.
Tamanho do Arquivo 19.99 KB
Contagem de Instalações 20,000
Versão Atual 1.0
Última Atualização 2024-02-03
Data de Publicação 2022-04-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor bryce
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://shoppehelper.com/
URL da Página de Ajuda https://shoppehelper.com/?a=about
URL da Página de Política de Privacidade https://foreststarttabs.com?a=privacy
Idiomas Suportados 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:\/\/*\/*"
    ]
}