Sesh

Add Sesh directly when creating a meeting from your calendar.

Sesh क्या है?

Sesh http://sesh.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Sesh directly when creating a meeting from your calendar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sesh एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}