Sense App

Get insights of your tab you are currently on

Qu'est-ce que Sense App ?

Sense App est une extension Chrome développée par senseai app, et sa fonction principale est "Get insights of your tab you are currently on".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sense App

Téléchargez les fichiers d'extension Sense App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Sense App Sense App
ID kgbilbidemojaokjmfdlallffhhbbmpi
URL Officiel https://chromewebstore.google.com/detail/sense-app/kgbilbidemojaokjmfdlallffhhbbmpi
Description Get insights of your tab you are currently on
Taille du Fichier 860 KB
Nombre d'Installations 105
Version Actuelle 1.3.2
Dernière Mise à Jour 2022-06-25
Date de Publication 2022-04-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur senseai app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://senseai.online
URL de la Page d'Aide https://www.senseapp.ai
URL de la Page de Politique de Confidentialité https://www.senseapp.ai/privacy
Langues Prises en Charge 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"
    }
}