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은(는) StriveCast에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension adds eCDN capabilities to Google Meet developed by StriveCast."입니다.
확장 프로그램 스크린샷
eCDN for Google Meet by StriveCast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[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 |
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 } ] } |