OfficeSuite HD Meeting Scheduler

Schedule OfficeSuite HD meetings directly from Google Calendar

Τι είναι το OfficeSuite HD Meeting Scheduler;

Το OfficeSuite HD Meeting Scheduler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Windstream Communications, και η κύρια λειτουργία του είναι "Schedule OfficeSuite HD meetings directly from Google Calendar".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης OfficeSuite HD Meeting Scheduler

Λήψη αρχείων επέκτασης OfficeSuite HD Meeting Scheduler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Schedule OfficeSuite HD Meeting sessions directly within Google Calendar

Streamline your online meetings with the OfficeSuite HD Meeting® Scheduler for Chrome. Instantly schedule and start OfficeSuite HD Meeting sessions directly within Google Calendar, as well as share meeting links via Google Calendar Invitations so participants can join with just one click. 

•	Start an instant OfficeSuite HD Meeting session 
•	Schedule an OfficeSuite HD Meeting session 
•	Share OfficeSuite HD Meeting links and details with participants 

OfficeSuite HD Meeting makes it easier to connect face-to-face with customers and colleagues from anywhere using any device. This intuitive platform allows users to connect with up to 500 people simultaneously via online screen share, video or audio conference. Advanced collaboration tools like screen sharing, live annotation, recording, chat and more help improve collaboration and productivity.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα OfficeSuite HD Meeting Scheduler OfficeSuite HD Meeting Scheduler
ID kbflmmmkhkcohnkdhbkbbejcbbjiedod
Επίσημο URL https://chromewebstore.google.com/detail/officesuite-hd-meeting-sc/kbflmmmkhkcohnkdhbkbbejcbbjiedod
Περιγραφή Schedule OfficeSuite HD meetings directly from Google Calendar
Μέγεθος Αρχείου 232 KB
Αριθμός Εγκαταστάσεων 368
Τρέχουσα Έκδοση 1.8.13
Τελευταία Ενημέρωση 2023-09-07
Ημερομηνία Δημοσίευσης 2020-03-04
Προγραμματιστής Windstream Communications
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.windstream.com/about/legal/Privacy-Policy
Υποστηριζόμενες Γλώσσες en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.13",
    "manifest_version": 3,
    "name": "OfficeSuite HD Meeting Scheduler",
    "description": "Schedule OfficeSuite HD meetings directly from Google Calendar",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/officesuite-hd-meeting-sc\/kbflmmmkhkcohnkdhbkbbejcbbjiedod",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/*.windstream.com\/*",
        "https:\/\/*.windstream.com\/*"
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/*.google.com https:\/\/*.windstream.com",
        "object-src": "'self'"
    },
    "background": {
        "service_worker": "js\/bg-loader.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/[email protected]"
        },
        "default_popup": "popup.html",
        "default_title": "OfficeSuite HD Meeting Scheduler"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/lib.bundle.js",
                "js\/utils.bundle.js",
                "js\/content.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        },
        {
            "js": [
                "js\/logintransit.bundle.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.windstream.com\/google\/oauth\/*",
                "https:\/\/*.windstream.com\/saml\/extension\/*",
                "https:\/\/*.windstream.com\/zm\/extension_login\/success?from=extension"
            ]
        }
    ],
    "options_page": "options.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYaNebYf4f7fU5MKTaWch\/afucBtNtjWiKdwZ214SL2gxMihrdhV7SaaNyeTSFwHy2hIkEr0dFSllVtQLdftDfxWTCNNAFKPIth\/g6hG\/HoolukB405etFJN0XdsS\/J1H2npMGZdCUz0YFDcDqQHccaYmnCh2e0jZTDpSBveWb\/uLxRJe6k3VXAjh9UHMHb\/ZugyaCqSpnsK9cYyDBDC\/eeS\/A1Uw4fDsVOSoOmhX0ehiarTdSda5Z+JciPRK8dX8X1z1kuQ\/xuBuq6ZpP3A6j9mCNQ7qGQen0c2AHXSWHaKbEdXlyDakREe\/gaeADzh8VcZF62x6LImHrl8MHAaEwIDAQAB",
    "icons": {
        "16": "\/images\/icon-16.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/loading_24.gif",
                "images\/select2.png",
                "images\/loading_white.svg",
                "images\/loading_gray.svg",
                "images\/icon.svg",
                "js\/injectobserver.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}