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
官方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"
    }
}