RCI Screen Recorder

tabs

RCI Screen Recorderとは何ですか?

RCI Screen Recorderはhttps://rcilivestream.comによって開発されたChromeの拡張機能で、その主な機能は「tabs」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

RCI Screen Recorder拡張機能のCRXファイルをダウンロード

RCI Screen Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}