Ant Media Server Screen Share extension

This extension allows you to share your screen with Ant Media Server

Ant Media Server Screen Share extension란 무엇입니까?

Ant Media Server Screen Share extension은(는) https://antmedia.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to share your screen with Ant Media Server"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ant Media Server Screen Share extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check out source code at https://github.com/ant-media/Chrome-Screen-Capture-Extension

https://antmedia.io                    

확장 프로그램 기본 정보

이름 Ant Media Server Screen Share extension Ant Media Server Screen Share extension
ID jaefaokkgpkkjijgddghhcncipkebpnb
공식 URL https://chromewebstore.google.com/detail/ant-media-server-screen-s/jaefaokkgpkkjijgddghhcncipkebpnb
설명 This extension allows you to share your screen with Ant Media Server
파일 크기 11.03 KB
설치 횟수 927
현재 버전 2.1
최근 업데이트 2018-10-15
출시 날짜 2018-10-14
평점 5.00/5 총 3 개의 평점
개발자 https://antmedia.io
결제 유형 free
확장 프로그램 웹 사이트 https://antmedia.io
도움말 페이지 URL https://antmedia.io
지원되는 언어 en
manifest.json
{
    "author": "Ant-Media",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension allows you to share your screen with Ant Media Server",
    "homepage_url": "https:\/\/www.antmedia.io",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Ant Media Server Screen Share extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "icon.png"
    ]
}