Proficonf screen sharing
Simple extension that allows to stream desktop with proficonf.com
Proficonf screen sharing क्या है?
Proficonf screen sharing https://proficonf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension that allows to stream desktop with proficonf.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Proficonf screen sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension to share the screen from your computer in a video conversation for your audience. Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. Proficonf includes all you need in one application for a great communication experience: * Documents demonstration * High quality screen sharing * Multi-user chat * Recordings .. and many more Be productive with the latest video conferencing technologies!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jhflfpbpmmmafddiaajdipeibfnddcaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa |
विवरण | Simple extension that allows to stream desktop with proficonf.com |
फ़ाइल का आकार | 11 KB |
स्थापना संख्या | 228 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2018-03-21 |
प्रकाशन तिथि | 2018-03-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://proficonf.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://proficonf.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proficonf screen sharing", "description": "Simple extension that allows to stream desktop with proficonf.com", "version": "1.0.1", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/proficonf.com\/*", "*:\/\/*.proficonf.com\/*", "*:\/\/*.proficonf.io\/*", "http:\/\/localhost:8000\/*" ] } } |