ZipSocket Screen Sharing Extension
Chrome extension for enabling screen sharing
ZipSocket Screen Sharing Extension क्या है?
ZipSocket Screen Sharing Extension https://zipsocket.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for enabling screen sharing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZipSocket Screen Sharing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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. .
एक्सटेंशन की मूल जानकारी
नाम | ZipSocket Screen Sharing Extension |
ID | jdibiihpgpipfpjncbkabgecfemnbmol |
आधिकारिक URL | https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol |
विवरण | Chrome extension for enabling screen sharing |
फ़ाइल का आकार | 11.16 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-08-08 |
प्रकाशन तिथि | 2017-08-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://zipsocket.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://zipsocket.com/howto |
सहायता पृष्ठ URL | https://zipsocket.com/faq |
गोपनीयता नीति पृष्ठ URL | https://zipsocket.com/privacy |
समर्थित भाषाएँ | 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\/*" ] } } |