RolePlay.tv Screen Sharing

Easily share your screen with team members.

Wat is RolePlay.tv Screen Sharing?

RolePlay.tv Screen Sharing is een Chrome-extensie ontwikkeld door RolePlay.tv, en de belangrijkste functie is "Easily share your screen with team members.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RolePlay.tv Screen Sharing

Download RolePlay.tv Screen Sharing-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

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

Basisinformatie over de Extensie

Naam RolePlay.tv Screen Sharing RolePlay.tv Screen Sharing
ID ncblbglcdalbjlddnfpdcnpbkbpidlno
Officiële URL https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno
Beschrijving Easily share your screen with team members.
Bestandsgrootte 19.12 KB
Aantal Installaties 28
Huidige Versie 0.1.3
Laatst Bijgewerkt 2019-06-23
Publicatiedatum 2019-06-23
Ontwikkelaar RolePlay.tv
Betalingswijze free
Extensiewebsite https://www.roleplay.tv
Ondersteunde Talen 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"
    }
}