Sense App

Get insights of your tab you are currently on

什麼是Sense App?

Sense App是由senseai app開發的Chrome擴展程式,該擴展的主要功能是“Get insights of your tab you are currently on”。

擴展截圖

screenshot
screenshot

下載Sense App擴展crx文件

下載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
官方網址 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"
    }
}