TrueConf Content Sharing Extension

This extension is designed to share content in TrueConf WebRTC conferences.

O que é TrueConf Content Sharing Extension?

TrueConf Content Sharing Extension é uma extensão do Chrome desenvolvida por https://trueconf.com, e sua principal característica é "This extension is designed to share content in TrueConf WebRTC conferences.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TrueConf Content Sharing Extension

Baixe arquivos de extensão TrueConf Content Sharing Extension 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

                        Share your desktop or a specific application, show slides, photos, videos or documents during an in-browser conference! With TrueConf Server, quality content is just one click away.

TrueConf extension allows you to share your content in WebRTC video conferences for up to 250 users. You can invite people to join your conferences by sending them a link. TrueConf video conferences are fully secured and you are always in control of what is shared and when it is shared. The extension is compatible with Google Chrome 50+ and Chromium browsers.

To share your content, install this application, refresh your web conference page and choose which tab to show.                    

Informações Básicas da Extensão

Nome TrueConf Content Sharing Extension TrueConf Content Sharing Extension
ID plphehondjjchhnmgaaabelaobbkjofc
URL Oficial https://chromewebstore.google.com/detail/trueconf-content-sharing/plphehondjjchhnmgaaabelaobbkjofc
Descrição This extension is designed to share content in TrueConf WebRTC conferences.
Tamanho do Arquivo 28.74 KB
Contagem de Instalações 1,959
Versão Atual 1.0.5
Última Atualização 2018-02-21
Data de Publicação 2018-02-21
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://trueconf.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://trueconf.com/products/server/video-conferencing-server.html
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "TrueConf",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "homepage_url": "https:\/\/trueconf.com\/",
    "icons": {
        "16": "icons\/logo_16.png",
        "24": "icons\/logo_24.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "common.js",
            "chromeRequestHandler.js",
            "chromeDesktopCapture.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "config.js",
                "common.js",
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/public\/*",
                "*:\/\/*\/c\/*",
                "*:\/\/*\/webrtc\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}