RolePlay.tv Screen Sharing

Easily share your screen with team members.

Cos'è RolePlay.tv Screen Sharing?

RolePlay.tv Screen Sharing è un'estensione di Chrome sviluppata da RolePlay.tv, e la sua funzione principale è "Easily share your screen with team members.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RolePlay.tv Screen Sharing

Scarica i file di estensione RolePlay.tv Screen Sharing 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

                        This utility allows you to share your screen with your players on RolePlay.tv                    

Informazioni di Base sull'Estensione

Nome RolePlay.tv Screen Sharing RolePlay.tv Screen Sharing
ID ncblbglcdalbjlddnfpdcnpbkbpidlno
URL Ufficiale https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno
Descrizione Easily share your screen with team members.
Dimensione del File 19.12 KB
Conteggio Installazioni 28
Versione Corrente 0.1.3
Ultimo Aggiornamento 2019-06-23
Data di Pubblicazione 2019-06-23
Sviluppatore RolePlay.tv
Tipo di Pagamento free
Sito Web dell'Estensione https://www.roleplay.tv
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RolePlay.tv Screen Sharing",
    "description": "Easily share your screen with team members.",
    "version": "0.1.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.roleplay.tv\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/www.roleplay.tv\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}