Sense App

Get insights of your tab you are currently on

¿Qué es Sense App?

Sense App es una extensión de Chrome desarrollada por senseai app, y su función principal es "Get insights of your tab you are currently on".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sense App

Descarga archivos de extensión Sense App en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Sense App Sense App
ID kgbilbidemojaokjmfdlallffhhbbmpi
URL Oficial https://chromewebstore.google.com/detail/sense-app/kgbilbidemojaokjmfdlallffhhbbmpi
Descripción Get insights of your tab you are currently on
Tamaño del Archivo 860 KB
Cantidad de Instalaciones 105
Versión Actual 1.3.2
Última Actualización 2022-06-25
Fecha de Publicación 2022-04-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador senseai app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://senseai.online
URL de la Página de Ayuda https://www.senseapp.ai
URL de la Página de Política de Privacidad https://www.senseapp.ai/privacy
Idiomas Soportados 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"
    }
}