RCI Screen Recorder

tabs

RCI Screen Recorder là gì?

RCI Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://rcilivestream.com, và tính năng chính của nó là "tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RCI Screen Recorder

Tải xuống các tệp mở rộng RCI Screen Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RCI Screen Recorder RCI Screen Recorder
ID bmhhacalkkoijadlfkcmdbgjppaaaihc
URL Chính Thức https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc
Mô tả tabs
Kích Thước Tệp 7.59 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 10.1
Cập Nhật Lần Cuối 2019-04-16
Ngày Phát Hành 2019-04-15
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://rcilivestream.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}