TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

O que é TwentyThree Screen Sharing?

TwentyThree Screen Sharing é uma extensão do Chrome desenvolvida por http://twentythree.net, e sua principal característica é "Allow live streaming, screen sharing and video recording with TwentyThree.".

Baixar o arquivo CRX da Extensão TwentyThree Screen Sharing

Baixe arquivos de extensão TwentyThree 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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

Informações Básicas da Extensão

Nome TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
URL Oficial https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Descrição Allow live streaming, screen sharing and video recording with TwentyThree.
Tamanho do Arquivo 11.68 KB
Contagem de Instalações 76
Versão Atual 1.2
Última Atualização 2017-12-19
Data de Publicação 2017-12-19
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor http://twentythree.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.twentythree.net
URL da Página de Ajuda https://www.twentythree.net/help
URL da Página de Política de Privacidade https://www.twentythree.net/terms
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}