Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

Brochesia Screen Sharing란 무엇입니까?

Brochesia Screen Sharing은(는) https://www.brochesia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

확장 프로그램 기본 정보

이름 Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
공식 URL https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
설명 This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
파일 크기 5.45 KB
설치 횟수 20
현재 버전 2
최근 업데이트 2019-04-12
출시 날짜 2019-04-12
평점 5.00/5 총 4 개의 평점
개발자 https://www.brochesia.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.brochesia.com/privacy_policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}