ZipSocket Screen Sharing Extension
Chrome extension for enabling screen sharing
Qu'est-ce que ZipSocket Screen Sharing Extension ?
ZipSocket Screen Sharing Extension est une extension Chrome développée par https://zipsocket.com, et sa fonction principale est "Chrome extension for enabling screen sharing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ZipSocket Screen Sharing Extension
Téléchargez les fichiers d'extension ZipSocket Screen Sharing Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. .
Informations de Base sur l'Extension
Nom | ZipSocket Screen Sharing Extension |
ID | jdibiihpgpipfpjncbkabgecfemnbmol |
URL Officiel | https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol |
Description | Chrome extension for enabling screen sharing |
Taille du Fichier | 11.16 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-08-08 |
Date de Publication | 2017-08-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://zipsocket.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zipsocket.com/howto |
URL de la Page d'Aide | https://zipsocket.com/faq |
URL de la Page de Politique de Confidentialité | https://zipsocket.com/privacy |
Langues Prises en Charge | 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\/*" ] } } |