Sesh

Add Sesh directly when creating a meeting from your calendar.

Seshคืออะไร?

Sesh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sesh.com และคุณลักษณะหลักของมันคือ "Add Sesh directly when creating a meeting from your calendar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sesh

ดาวน์โหลดไฟล์ส่วนขยาย Sesh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Better meetings = better day!

⏱ Automatic timekeeping—with audio cues
✅ Action items are sent to all participants
🔥 Ready-made icebreakers and more
📋 Pick an agenda template, if needed
🗳 Drive outcomes with anonymous voting
🔁 Optimized for recurring meetings

Sesh is transforming meetings with a new approach that helps you stay on track, get more done, and engage everyone.

With the Sesh Chrome extension, adding a Sesh to your meeting is just one click, right from your calendar.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sesh Sesh
ID olbghkdmdahpldbhmkpiknnpjkdjdeod
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sesh/olbghkdmdahpldbhmkpiknnpjkdjdeod
คำอธิบาย Add Sesh directly when creating a meeting from your calendar.
ขนาดไฟล์ 258 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-11-12
วันที่เผยแพร่ 2021-03-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://sesh.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://sesh.com
URL หน้าช่วยเหลือ https://sesh.com/support
URL หน้านโยบายความเป็นส่วนตัว https://sesh.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sesh",
    "version": "1.0.3",
    "description": "Add Sesh directly when creating a meeting from your calendar.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/Logo16.png",
            "32": "images\/Logo32.png",
            "48": "images\/Logo48.png",
            "128": "images\/Logo128.png"
        },
        "default_title": "Sesh"
    },
    "icons": {
        "16": "images\/Logo16.png",
        "32": "images\/Logo32.png",
        "48": "images\/Logo48.png",
        "128": "images\/Logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "entrypoint.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.js",
        "analytics.js",
        "auth0Lock.js",
        "api.js"
    ]
}