Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

Cos'è Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension è un'estensione di Chrome sviluppata da MNS, e la sua funzione principale è "Share your screen while recording or streaming.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Record/Stream Screen Sharing Extension

Scarica i file di estensione Record/Stream Screen Sharing Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
URL Ufficiale https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
Descrizione Share your screen while recording or streaming.
Dimensione del File 9.54 KB
Conteggio Installazioni 6,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-09-25
Data di Pubblicazione 2018-09-25
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore MNS
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mns.vc/privacy
Lingue Supportate 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"
}