RCI Screen Recorder

tabs

Vad är RCI Screen Recorder?

RCI Screen Recorder är en Chrome-tillägg utvecklad av https://rcilivestream.com, och dess huvudfunktion är "tabs".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner RCI Screen Recorder-förlängningens CRX-fil

Ladda ner RCI Screen Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RCI Screen Recorder RCI Screen Recorder
ID bmhhacalkkoijadlfkcmdbgjppaaaihc
Officiell webbadress https://chromewebstore.google.com/detail/rci-screen-recorder/bmhhacalkkoijadlfkcmdbgjppaaaihc
Beskrivning tabs
Filstorlek 7.59 KB
Antal Installationer 120
Aktuell Version 10.1
Senast Uppdaterad 2019-04-16
Publiceringsdatum 2019-04-15
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare https://rcilivestream.com
Betalningssätt free
Stödda Språk 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"
    ]
}