IceWarp Screen Sharing
This extension allows you to share your screen to other users in the IceWarp WebClient.
IceWarp Screen Sharing क्या है?
IceWarp Screen Sharing https://icewarp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to share your screen to other users in the IceWarp WebClient."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IceWarp Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
IceWarp WebClient is an all-in-one hub for your messaging communications, whether email, instant messaging, voice, online conferencing, document management, and more. Accessible from your desktop or on-the-go, you are truly able to access everything you need during your workday while never leaving the IceWarp interface.
एक्सटेंशन की मूल जानकारी
नाम | IceWarp Screen Sharing |
ID | gpeicpibkllbejpnminnmecpjedmhhdg |
आधिकारिक URL | https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg |
विवरण | This extension allows you to share your screen to other users in the IceWarp WebClient. |
फ़ाइल का आकार | 9.67 KB |
स्थापना संख्या | 537 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2014-10-14 |
प्रकाशन तिथि | 2014-10-14 |
रेटिंग | 4.94/5 कुल 32 रेटिंग्स |
डेवलपर | https://icewarp.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IceWarp Screen Sharing", "author": "Martin Ekblom", "version": "1.0.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This extension allows you to share your screen to other users in the IceWarp WebClient.", "homepage_url": "http:\/\/www.icewarp.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "*:\/\/*.icewarp.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.icewarp.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon.png", "128": "icon128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png", "icon16.png", "icon128.png" ] } |