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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
        ""
    ]
}