ZipSocket Screen Sharing Extension

Chrome extension for enabling screen sharing

Was ist ZipSocket Screen Sharing Extension?

ZipSocket Screen Sharing Extension ist eine Chrome-Erweiterung, die von https://zipsocket.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for enabling screen sharing".

Erweiterungsscreenshots

ZipSocket Screen Sharing Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZipSocket Screen Sharing Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ZipSocket Screen Sharing Extension ZipSocket Screen Sharing Extension
ID jdibiihpgpipfpjncbkabgecfemnbmol
Offizielle URL https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol
Beschreibung Chrome extension for enabling screen sharing
Dateigröße 11.16 KB
Installationsanzahl 27
Aktuelle Version 1.0
Letztes Update 2017-08-08
Veröffentlichungsdatum 2017-08-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://zipsocket.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zipsocket.com/howto
Hilfeseite URL https://zipsocket.com/faq
URL der Datenschutzrichtlinien-Seite https://zipsocket.com/privacy
Unterstützte Sprachen 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\/*"
        ]
    }
}