RolePlay.tv Screen Sharing
Easily share your screen with team members.
O que é RolePlay.tv Screen Sharing?
RolePlay.tv Screen Sharing é uma extensão do Chrome desenvolvida por RolePlay.tv, e sua principal característica é "Easily share your screen with team members.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RolePlay.tv Screen Sharing
Baixe arquivos de extensão RolePlay.tv Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This utility allows you to share your screen with your players on RolePlay.tv
Informações Básicas da Extensão
Nome | |
ID | ncblbglcdalbjlddnfpdcnpbkbpidlno |
URL Oficial | https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno |
Descrição | Easily share your screen with team members. |
Tamanho do Arquivo | 19.12 KB |
Contagem de Instalações | 28 |
Versão Atual | 0.1.3 |
Última Atualização | 2019-06-23 |
Data de Publicação | 2019-06-23 |
Desenvolvedor | RolePlay.tv |
Tipo de Pagamento | free |
Site da Extensão | https://www.roleplay.tv |
Idiomas Suportados | 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" } } |