ZipSocket Screen Sharing Extension

Chrome extension for enabling screen sharing

Cos'è ZipSocket Screen Sharing Extension?

ZipSocket Screen Sharing Extension è un'estensione di Chrome sviluppata da https://zipsocket.com, e la sua funzione principale è "Chrome extension for enabling screen sharing".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione ZipSocket Screen Sharing Extension

Scarica i file di estensione ZipSocket Screen Sharing Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ZipSocket Screen Sharing Extension ZipSocket Screen Sharing Extension
ID jdibiihpgpipfpjncbkabgecfemnbmol
URL Ufficiale https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol
Descrizione Chrome extension for enabling screen sharing
Dimensione del File 11.16 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-08
Data di Pubblicazione 2017-08-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://zipsocket.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://zipsocket.com/howto
URL della Pagina di Aiuto https://zipsocket.com/faq
URL della Pagina della Politica sulla Privacy https://zipsocket.com/privacy
Lingue Supportate 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\/*"
        ]
    }
}