eCDN for Google Meet by StriveCast

This extension adds eCDN capabilities to Google Meet developed by StriveCast.

Τι είναι το eCDN for Google Meet by StriveCast;

Το eCDN for Google Meet by StriveCast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον StriveCast, και η κύρια λειτουργία του είναι "This extension adds eCDN capabilities to Google Meet developed by StriveCast.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης eCDN for Google Meet by StriveCast

Λήψη αρχείων επέκτασης eCDN for Google Meet by StriveCast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        [Summary]
Google Meet provides great conferencing and live streaming capabilities for large audiences. However, when applied to corporate networks, congestion issues might arise if too many employees consume a corporate live stream from within the local network. To solve this type of problem, an eCDN (Enterprise Content Delivery Network) solution is used. StriveCast is one of the leading providers in that space. This extension allows to use StriveCast eCDN solution with Google Meet Live Streaming to serve tens of thousands of employees without congesting the corporate network.

[Read before installation]
Please note, this extension works only tandem with an account at https://strivecast.com. After requesting an account, your account manager will contact you with the details about how to configure the extension so that it is linked to your account. The extension CANNOT be used without a StriveCast account and will simply do nothing.

[Config]
Please note that this extension can also only be configured using a policy (group policy etc.) and not through an UI. This is on purpose, because this extension is expected to be used in corporate setups to automatically support Google Meet Live Streaming without users interaction. Corporate network administrators are typically the right people to install and manage this roll-out of this extension. You can see the results within the customer portal and evaluate your corporate network in terms of performance.                    

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

Όνομα eCDN for Google Meet by StriveCast eCDN for Google Meet by StriveCast
ID peilhdmcabagpieoagpaacnfpldpacij
Επίσημο URL https://chromewebstore.google.com/detail/ecdn-for-google-meet-by-s/peilhdmcabagpieoagpaacnfpldpacij
Περιγραφή This extension adds eCDN capabilities to Google Meet developed by StriveCast.
Μέγεθος Αρχείου 26.01 KB
Αριθμός Εγκαταστάσεων 157,139
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2022-04-25
Ημερομηνία Δημοσίευσης 2021-09-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής StriveCast
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://strivecast.com
Διεύθυνση URL της Σελίδας Βοήθειας https://strivecast.com
URL της Σελίδας Πολιτικής Απορρήτου https://strivecast.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eCDN for Google Meet by StriveCast",
    "description": "This extension adds eCDN capabilities to Google Meet developed by StriveCast.",
    "version": "1.1.4",
    "manifest_version": 2,
    "homepage_url": "https:\/\/portal.strivecast.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "storage"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube-nocookie.com\/embed\/*",
                "https:\/\/stream.meet.google.com\/stream\/*"
            ],
            "js": [
                "src\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}