Sense App

Get insights of your tab you are currently on

Cos'è Sense App?

Sense App è un'estensione di Chrome sviluppata da senseai app, e la sua funzione principale è "Get insights of your tab you are currently on".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sense App

Scarica i file di estensione Sense App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Sense App Sense App
ID kgbilbidemojaokjmfdlallffhhbbmpi
URL Ufficiale https://chromewebstore.google.com/detail/sense-app/kgbilbidemojaokjmfdlallffhhbbmpi
Descrizione Get insights of your tab you are currently on
Dimensione del File 860 KB
Conteggio Installazioni 105
Versione Corrente 1.3.2
Ultimo Aggiornamento 2022-06-25
Data di Pubblicazione 2022-04-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore senseai app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://senseai.online
URL della Pagina di Aiuto https://www.senseapp.ai
URL della Pagina della Politica sulla Privacy https://www.senseapp.ai/privacy
Lingue Supportate 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"
    }
}