ZipSocket Screen Sharing Extension

Chrome extension for enabling screen sharing

O que é ZipSocket Screen Sharing Extension?

ZipSocket Screen Sharing Extension é uma extensão do Chrome desenvolvida por https://zipsocket.com, e sua principal característica é "Chrome extension for enabling screen sharing".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão ZipSocket Screen Sharing Extension

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

                        With this free screen sharing extension, you can share your desktop, window, or tab at ZipSocket.com.

ZipSocket is the easiest way to share content with customers while on the phone or in the same room. No accounts, downloads, or logins. By listening to the voices and sounds in the conversation, we can determine that participants are in the same meeting.

* Tell all participants of the conversation to go to ZipSocket.com and click on our logo to connect.
* Enter your name to introduce yourself.
* Pick the content to share in the “Meeting Content” area:
      select “Website” and enter a URL to share a web page, or 
      select “Screen” and click on “Monitor”, “Window”, or “Chrome Tab” to share your screen.

You can control which content is presented in the meeting content area.

Now, you can make sure everyone is on the same page. Working with customers, clients, or teams is even easier. 
.                    

Informações Básicas da Extensão

Nome ZipSocket Screen Sharing Extension ZipSocket Screen Sharing Extension
ID jdibiihpgpipfpjncbkabgecfemnbmol
URL Oficial https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol
Descrição Chrome extension for enabling screen sharing
Tamanho do Arquivo 11.16 KB
Contagem de Instalações 27
Versão Atual 1.0
Última Atualização 2017-08-08
Data de Publicação 2017-08-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://zipsocket.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zipsocket.com/howto
URL da Página de Ajuda https://zipsocket.com/faq
URL da Página de Política de Privacidade https://zipsocket.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZipSocket Screen Sharing Extension",
    "short_name": "ZS Screen Share",
    "description": "Chrome extension for enabling screen sharing",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "homepage_url": "https:\/\/zipsocket.com\/",
    "icons": {
        "16": "zsIcon16.png",
        "32": "zsIcon32.png",
        "48": "zsIcon48.png",
        "128": "zsIcon128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/zipsocket.com\/*"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "matches": [
            "https:\/\/zipsocket.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/zipsocket.com\/*",
            "http:\/\/localhost\/*"
        ]
    }
}