Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

Vad är Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension är en Chrome-tillägg utvecklad av MNS, och dess huvudfunktion är "Share your screen while recording or streaming.".

Tilläggsskärmbilder

screenshot

Ladda ner Record/Stream Screen Sharing Extension-förlängningens CRX-fil

Ladda ner Record/Stream Screen Sharing Extension-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

                        By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.                    

Grundläggande Information om Tillägg

Namn Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
Officiell webbadress https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
Beskrivning Share your screen while recording or streaming.
Filstorlek 9.54 KB
Antal Installationer 6,000
Aktuell Version 1.0.0
Senast Uppdaterad 2018-09-25
Publiceringsdatum 2018-09-25
Betyg 2.75/5 Totalt 4 Betyg
Utvecklare MNS
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.mns.vc/privacy
Stödda Språk en
manifest.json
{
    "manifest_version": 2,
    "name": "Record\/Stream Screen Sharing Extension",
    "version": "1.0.0",
    "description": "Share your screen while recording or streaming.",
    "icons": {
        "128": "rec-vc-icon-128.png",
        "16": "rec-vc-icon-16.png",
        "48": "rec-vc-icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/my.rec.vc",
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "Record\/Stream Screen Sharing Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}