Sessions

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

What is Sessions?

Sessions is a Chrome extension developed by Sessions, and its main feature is "Schedule or instantly start online meetings through the Sessions Browser extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sessions Extension CRX File

Download Sessions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Sessions Sessions
ID ndihibcbcjalfamdmdkhelnpabifnooo
Official URL https://chromewebstore.google.com/detail/sessions/ndihibcbcjalfamdmdkhelnpabifnooo
Description Schedule or instantly start online meetings through the Sessions Browser extension.
File Size 72.19 KB
Installation Count 749
Current Version 1.0.1
Last Updated 2022-04-29
Publish Date 2022-04-06
Rating 4.50/5 Total 8 Ratings
Developer Sessions
Email [email protected]
Payment Type free
Extension Website https://sessions.us
Help Page URL https://sessions.us/get-help
Privacy Policy Page URL https://sessions.us/help/article/terms-conditions
Supported Languages 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": [
        ""
    ]
}