Sense App

Get insights of your tab you are currently on

Τι είναι το Sense App;

Το Sense App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον senseai app, και η κύρια λειτουργία του είναι "Get insights of your tab you are currently on".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sense App

Λήψη αρχείων επέκτασης Sense App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Sense App Sense App
ID kgbilbidemojaokjmfdlallffhhbbmpi
Επίσημο URL https://chromewebstore.google.com/detail/sense-app/kgbilbidemojaokjmfdlallffhhbbmpi
Περιγραφή Get insights of your tab you are currently on
Μέγεθος Αρχείου 860 KB
Αριθμός Εγκαταστάσεων 105
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2022-06-25
Ημερομηνία Δημοσίευσης 2022-04-26
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής senseai app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://senseai.online
Διεύθυνση URL της Σελίδας Βοήθειας https://www.senseapp.ai
URL της Σελίδας Πολιτικής Απορρήτου https://www.senseapp.ai/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}