ZipSocket Screen Sharing Extension

Chrome extension for enabling screen sharing

¿Qué es ZipSocket Screen Sharing Extension?

ZipSocket Screen Sharing Extension es una extensión de Chrome desarrollada por https://zipsocket.com, y su función principal es "Chrome extension for enabling screen sharing".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión ZipSocket Screen Sharing Extension

Descarga archivos de extensión ZipSocket Screen Sharing Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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. 
.                    

Información Básica de la Extensión

Nombre ZipSocket Screen Sharing Extension ZipSocket Screen Sharing Extension
ID jdibiihpgpipfpjncbkabgecfemnbmol
URL Oficial https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol
Descripción Chrome extension for enabling screen sharing
Tamaño del Archivo 11.16 KB
Cantidad de Instalaciones 27
Versión Actual 1.0
Última Actualización 2017-08-08
Fecha de Publicación 2017-08-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://zipsocket.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://zipsocket.com/howto
URL de la Página de Ayuda https://zipsocket.com/faq
URL de la Página de Política de Privacidad https://zipsocket.com/privacy
Idiomas Soportados 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\/*"
        ]
    }
}