Sessions

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

Τι είναι το Sessions;

Το Sessions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sessions, και η κύρια λειτουργία του είναι "Schedule or instantly start online meetings through the Sessions Browser extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sessions

Λήψη αρχείων επέκτασης 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
Επίσημο 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": [
        ""
    ]
}