Cakap.com screen sharing

Extension to allow screen sharing in Cakap Web Application.

Cakap.com screen sharing란 무엇입니까?

Cakap.com screen sharing은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to allow screen sharing in Cakap Web Application."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cakap.com screen sharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Share the screen from your computer in a class video call, to show presentations, photos and documents.
This extension lets you share your screen with other students in Cakap class. 

- Select which window/application or Chrome tab to share from your computer
- Handles multiple screens/monitors                    

확장 프로그램 기본 정보

이름 Cakap.com screen sharing Cakap.com screen sharing
ID gblogpkjbimlckjiejaggbcecofamhld
공식 URL https://chromewebstore.google.com/detail/cakapcom-screen-sharing/gblogpkjbimlckjiejaggbcecofamhld
설명 Extension to allow screen sharing in Cakap Web Application.
파일 크기 13.22 KB
설치 횟수 328
현재 버전 0.1.6
최근 업데이트 2019-12-24
출시 날짜 2019-12-23
평점 4.50/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Cakap.com screen sharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for Cakap.com",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in Cakap Web Application.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.teacher.egous.vn\/*",
            "*:\/\/*.brainee.vn\/*",
            "*:\/\/*.squline.com\/*",
            "*:\/\/*.cakap.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "icons": {
        "128": "128w.png",
        "16": "16w.png",
        "48": "48w.png"
    },
    "browser_action": {
        "default_icon": "16w.png"
    }
}