RCI Screen Recorder

tabs

RCI Screen Recorder란 무엇입니까?

RCI Screen Recorder은(는) https://rcilivestream.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RCI Screen Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Recording Screen With audio by RCILiveStream allows you to share your screen or a specific application during a RCILiveStream  call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.                    

확장 프로그램 기본 정보

이름 RCI Screen Recorder RCI Screen Recorder
ID bmhhacalkkoijadlfkcmdbgjppaaaihc
공식 URL https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc
설명 tabs
파일 크기 7.59 KB
설치 횟수 120
현재 버전 10.1
최근 업데이트 2019-04-16
출시 날짜 2019-04-15
평점 3.00/5 총 1 개의 평점
개발자 https://rcilivestream.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RCI Screen Recorder",
    "author": "Grypp",
    "version": "10.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.rcilivestream.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}