TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

TwentyThree Screen Sharing란 무엇입니까?

TwentyThree Screen Sharing은(는) http://twentythree.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allow live streaming, screen sharing and video recording with TwentyThree."입니다.

TwentyThree Screen Sharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

확장 프로그램 기본 정보

이름 TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
공식 URL https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
설명 Allow live streaming, screen sharing and video recording with TwentyThree.
파일 크기 11.68 KB
설치 횟수 76
현재 버전 1.2
최근 업데이트 2017-12-19
출시 날짜 2017-12-19
평점 4.00/5 총 1 개의 평점
개발자 http://twentythree.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.twentythree.net
도움말 페이지 URL https://www.twentythree.net/help
개인정보 보호 정책 페이지 URL https://www.twentythree.net/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}