Redback Screensharing

The Redback Screensharing extension allows you to share your screen when you're using the Redback app

Redback Screensharing란 무엇입니까?

Redback Screensharing은(는) vishnu.n에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Redback Screensharing extension allows you to share your screen when you're using the Redback app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Redback Screensharing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application                    

확장 프로그램 기본 정보

이름 Redback Screensharing Redback Screensharing
ID igipgpajcndaenenjoiaohkhapianjmh
공식 URL https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh
설명 The Redback Screensharing extension allows you to share your screen when you're using the Redback app
파일 크기 8.13 KB
설치 횟수 113
현재 버전 3.7.2
최근 업데이트 2019-09-16
출시 날짜 2019-09-16
평점 4.50/5 총 2 개의 평점
개발자 vishnu.n
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redback Screensharing",
    "author": "EnfinTechnologies",
    "version": "3.7.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app",
    "homepage_url": "https:\/\/redbackconferencing.com.au\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/localhost:4200\/*",
                "http:\/\/teleweb.rdbk.com.au\/web\/*",
                "https:\/\/teleweb.rdbk.com.au\/web\/*",
                "https:\/\/stagingteleweb.rdbk.com.au\/web\/*",
                "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*",
                "https:\/\/webconnect.rdbk.com.au\/web\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}