Physitrack Screen Sharing

This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.

O que é Physitrack Screen Sharing?

Physitrack Screen Sharing é uma extensão do Chrome desenvolvida por Physitrack, e sua principal característica é "This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Physitrack Screen Sharing

Baixe arquivos de extensão Physitrack 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 Chrome extension is required if you want to share your screen with your client when you call your client through Physitrack.                    

Informações Básicas da Extensão

Nome Physitrack Screen Sharing Physitrack Screen Sharing
ID hijolocdaklmkmfhecijlcgjnpnijadk
URL Oficial https://chromewebstore.google.com/detail/physitrack-screen-sharing/hijolocdaklmkmfhecijlcgjnpnijadk
Descrição This Chrome extension is developed for http://physitrack.com/ video calls. It just captures content of your screen.
Tamanho do Arquivo 19.51 KB
Contagem de Instalações 84
Versão Atual 2.0
Última Atualização 2018-12-20
Data de Publicação 2018-12-20
Desenvolvedor Physitrack
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.physitrack.com/
URL da Página de Ajuda https://support.physitrack.com/article/761-screen-sharing
URL da Página de Política de Privacidade https://www.physitrack.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Physitrack Screen Sharing",
    "author": "Physitrack LTD",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for http:\/\/physitrack.com\/ video calls. It just captures content of your screen.",
    "homepage_url": "http:\/\/physitrack.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.physitrack.com\/*",
            "https:\/\/*.physiapp.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}