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