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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |