Sense

Get important information instantly. Search across all your apps.

Τι είναι το Sense;

Το Sense είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://senseapp.ai, και η κύρια λειτουργία του είναι "Get important information instantly. Search across all your apps.".

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

screenshot
screenshot

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

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

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

                        Meet our brand new Chrome extension for Sense! It’s designed to bring you all important work information right from the context. With completely refreshed design it works smoothly and looks sexy :heart_eyes:
With Sense Chrome extension you can:
Search across all your apps right from a browser tab. Just press search button in the sticky bar or press Cmd(Ctrl)+Shft+S to enjoy a Spotlight-like search for your browser.
Get all resources related to the tab you are currently on. Sense will signal if it has important information for your current context that you should pay attention to: related documents, tasks, links, activities, etc.
Add your tabs to spaces. Don’t try to keep tons of tabs open. Just add the most important ones to spaces and make it available for your team instantly.
Get important things from anywhere. List of unread email, mention, important updates is now available from any browser tab. Just press “For you” button in the sticky bar.
We would really appreciate your feedback, it helps us to constantly update our product! Please share it on [email protected].
Join our Discord community: https://discord.gg/dDD9cvz37b                    

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

Όνομα Sense Sense
ID obemfgmikdfkejnfioiodicdhjnnojla
Επίσημο URL https://chromewebstore.google.com/detail/sense/obemfgmikdfkejnfioiodicdhjnnojla
Περιγραφή Get important information instantly. Search across all your apps.
Μέγεθος Αρχείου 1.38 MB
Αριθμός Εγκαταστάσεων 97
Τρέχουσα Έκδοση 1.4.1.92
Τελευταία Ενημέρωση 2023-12-08
Ημερομηνία Δημοσίευσης 2023-07-31
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://senseapp.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.senseapp.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://www.senseapp.ai/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sense",
    "description": "Get important information instantly. Search across all your apps.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSH4IpCWe\/veajyW3JMwqvhx2kGb9iTE8rxDX01W4oeCJhW5khuZzAE01yiwc7gmrDTuMf2DLSJpXIY1jEGlhPSxRtosBQF0IIaN5YkGOh+zUYKeJs0WjVmNfQAAIMl92USNVOnb0Hfvc+q8lFmlKOE0\/hquBSSCnjxusnbghKd5JToyLsmBzertYlgXJX2mNZB+WdH0AHWyqo+ICijej7xC5xufnWGGfREi4lmycOqq9Ubuq5HZhcYGHU1rj24aWzaoaj+DX4BEF2i1W6susfAPn152i6lN6mjWG4qkG3GrWrhAX5Lx2edK5LwMvkqKgALi12q3ZIBxKvlYg2J4jwIDAQAB",
    "version": "1.4.1.92",
    "icons": {
        "48": "\/img\/icon48.png",
        "64": "\/img\/icon64.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "\/pages\/new_tab\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/senseai.online\/*"
            ],
            "js": [
                "\/js\/content.js"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/senseai.online\/*"
            ],
            "js": [
                "\/js\/content_all_frames.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}