Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

Wat is Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension is een Chrome-extensie ontwikkeld door MNS, en de belangrijkste functie is "Share your screen while recording or streaming.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Record/Stream Screen Sharing Extension

Download Record/Stream Screen Sharing Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
Officiële URL https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
Beschrijving Share your screen while recording or streaming.
Bestandsgrootte 9.54 KB
Aantal Installaties 6,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-09-25
Publicatiedatum 2018-09-25
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar MNS
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.mns.vc/privacy
Ondersteunde Talen 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"
}