Sessions

Schedule or instantly start online meetings through the Sessions Browser extension.

什麼是Sessions?

Sessions是由Sessions開發的Chrome擴展程式,該擴展的主要功能是“Schedule or instantly start online meetings through the Sessions Browser extension.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sessions擴展crx文件

下載Sessions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Schedule or instantly start online sessions through the Sessions Browser extension. 

Speed up the process of starting an online gathering by adding the Sessions Chrome extension, which allows you a set of actions directly from your Chrome’s toolbar: 
- Start an Instant session on the spot
- Plan a session for later
- Check out your ended, live or upcoming sessions 

Once you schedule a Planned session, this will appear in your list of sessions and our built-in Calendar. As for your participants, you can invite them with their email address through the extension, or you can copy the session’s link and share it externally. 

Sessions is the platform that makes the most of your time. It turns pointless meetings into engaging, efficient & neatly organized sessions that consistently deliver a clear outcome. It allows you to prepare, run, and manage your sessions, turning them into powerful collaborative experiences. 

The great part? All the tools and integrations you might need are available on the platform. You can forget about screen sharing and tab hopping. There’s simply no need for that anymore. 
Join Sessions here: https://sessions.us                    

擴展基本資訊

名稱 Sessions Sessions
ID ndihibcbcjalfamdmdkhelnpabifnooo
官方網址 https://chromewebstore.google.com/detail/sessions/ndihibcbcjalfamdmdkhelnpabifnooo
簡介 Schedule or instantly start online meetings through the Sessions Browser extension.
檔案大小 72.19 KB
安裝次數 749
目前版本 1.0.1
更新時間 2022-04-29
上架時間 2022-04-06
評分 4.50/5 共 8 次評分
開發者 Sessions
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sessions.us
說明頁面URL https://sessions.us/get-help
隱私政策頁面URL https://sessions.us/help/article/terms-conditions
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sessions",
    "description": "Schedule or instantly start online meetings through the Sessions Browser extension.",
    "version": "1.0.1",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.sessions.us\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/presence.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "management",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}