Sharewell

Get immediate feedback on your product, service or website. Make better decisions with customer insights.

O que é Sharewell?

Sharewell é uma extensão do Chrome desenvolvida por https://sharewell.eu, e sua principal característica é "Get immediate feedback on your product, service or website. Make better decisions with customer insights.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sharewell

Baixe arquivos de extensão Sharewell 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

                        Real world user testing with your target audience. Make better decisions with customer insights. Stay ahead of the competition - listen to your customers. With the right insight you can improve your product, catch the newest trends and make better business decisions.                    

Informações Básicas da Extensão

Nome Sharewell Sharewell
ID mfomlgiblphhoiogcdgfdbdgaclgnkng
URL Oficial https://chromewebstore.google.com/detail/sharewell/mfomlgiblphhoiogcdgfdbdgaclgnkng
Descrição Get immediate feedback on your product, service or website. Make better decisions with customer insights.
Tamanho do Arquivo 74.38 KB
Contagem de Instalações 2,298
Versão Atual 6.0.4
Última Atualização 2023-09-19
Data de Publicação 2020-06-14
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor https://sharewell.eu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sharewell.eu/
URL da Página de Ajuda https://sharewell.eu/blog
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sharewell",
    "description": "Get immediate feedback on your product, service or website. Make better decisions with customer insights.",
    "homepage_url": "https:\/\/sharewell.eu",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/icon128.png",
        "default_title": "Sharewell",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sharewell.eu\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "debugger",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "6.0.4"
}