desknet's NEO WebMeeting Desktop Capture

It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.

O que é desknet's NEO WebMeeting Desktop Capture?

desknet's NEO WebMeeting Desktop Capture é uma extensão do Chrome desenvolvida por desknets.developer, e sua principal característica é "It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão desknet's NEO WebMeeting Desktop Capture

Baixe arquivos de extensão desknet's NEO WebMeeting Desktop Capture 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

                        Chromeブラウザにこの拡張機能をインストールすると、desknet's NEOのウェブ会議機能で「画面共有」を行うことができるようになります。                    

Informações Básicas da Extensão

Nome desknet's NEO WebMeeting Desktop Capture desknet's NEO WebMeeting Desktop Capture
ID onmamfaoddifekglafcfnocdappmmmoe
URL Oficial https://chromewebstore.google.com/detail/desknets-neo-webmeeting-d/onmamfaoddifekglafcfnocdappmmmoe
Descrição It will be able to carry out the "Screen sharing" in desknet's NEO WebMeeting functions.
Tamanho do Arquivo 10.81 KB
Contagem de Instalações 2,039
Versão Atual 1.0.3
Última Atualização 2022-07-08
Data de Publicação 2018-06-28
Desenvolvedor desknets.developer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "desknet's NEO WebMeeting Desktop Capture",
    "description": "It will be able to carry out the \"Screen sharing\" in desknet's NEO WebMeeting functions.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}