Live Web Screensharing

Extension to allow screen sharing in Live Web Application.

O que é Live Web Screensharing?

Live Web Screensharing é uma extensão do Chrome desenvolvida por polyvnet, e sua principal característica é "Extension to allow screen sharing in Live Web Application.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Live Web Screensharing

Baixe arquivos de extensão Live Web Screensharing 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

                        Extension to allow screen sharing in Live Web Application.                    

Informações Básicas da Extensão

Nome Live Web Screensharing Live Web Screensharing
ID cbkjnhkfmpoicpeoompbhdnfldjhohmh
URL Oficial https://chromewebstore.google.com/detail/live-web-screensharing/cbkjnhkfmpoicpeoompbhdnfldjhohmh
Descrição Extension to allow screen sharing in Live Web Application.
Tamanho do Arquivo 16.23 KB
Contagem de Instalações 84
Versão Atual 0.0.2
Última Atualização 2019-04-10
Data de Publicação 2019-04-09
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor polyvnet
Tipo de Pagamento free
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Live Web Screensharing",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for Live",
    "version": "0.0.2",
    "author": "Polyv LM",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in Live Web Application.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/live.polyv.net:*\/*",
            "*:\/\/new.polyv.net:*\/*",
            "*:\/\/gs.agora.io\/*",
            "*:\/\/webdemo.agora.io\/*",
            "*:\/\/webdemo.agorabeckon.com\/*"
        ]
    },
    "icons": {
        "128": "128w.png",
        "16": "16w.png",
        "48": "48w.png"
    },
    "browser_action": {
        "default_icon": "16w.png"
    }
}