Sense App

Get insights of your tab you are currently on

O que é Sense App?

Sense App é uma extensão do Chrome desenvolvida por senseai app, e sua principal característica é "Get insights of your tab you are currently on".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sense App

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

                        Sense is an AI-driven hub, which automatically keeps files, documents, tasks, links, meetings, conversations, people etc. interrelated and organized; and defines what is the most important for the given moment of time.
Sense Chrome Extension allows you to get all related work assets and discussions for any tab you are currently on.
Right now the first version of Sense is available for anyone who wants to test it. Send us a request on [email protected] and we will invite you to the future of work!                    

Informações Básicas da Extensão

Nome Sense App Sense App
ID kgbilbidemojaokjmfdlallffhhbbmpi
URL Oficial https://chromewebstore.google.com/detail/sense-app/kgbilbidemojaokjmfdlallffhhbbmpi
Descrição Get insights of your tab you are currently on
Tamanho do Arquivo 860 KB
Contagem de Instalações 105
Versão Atual 1.3.2
Última Atualização 2022-06-25
Data de Publicação 2022-04-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor senseai app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://senseai.online
URL da Página de Ajuda https://www.senseapp.ai
URL da Página de Política de Privacidade https://www.senseapp.ai/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sense App ",
    "description": "Get insights of your tab you are currently on",
    "version": "1.3.2",
    "manifest_version": 3,
    "action": {
        "default_title": "Sense app"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/senseai.online\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "\/icons\/icon_extension_16px.png",
        "32": "\/icons\/icon_extension_32px.png",
        "48": "\/icons\/icon_extension_48px.png",
        "128": "\/icons\/icon_extension_128px.png"
    }
}