Live.Barco Screen Sharing
This Chrome extension is developed primary for https://live.barco.cloud/
Live.Barco Screen Sharing क्या है?
Live.Barco Screen Sharing Live.Barco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed primary for https://live.barco.cloud/"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live.Barco Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome extension is developed primary for https://live.barco.cloud/ This extension makes use of native chrome API to return screen id, so that screen sharing can be done.
एक्सटेंशन की मूल जानकारी
नाम | Live.Barco Screen Sharing |
ID | hodkfbelgnjmmenabpliifaomefdipom |
आधिकारिक URL | https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom |
विवरण | This Chrome extension is developed primary for https://live.barco.cloud/ |
फ़ाइल का आकार | 22.34 KB |
स्थापना संख्या | 143 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-03-22 |
प्रकाशन तिथि | 2018-03-21 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Live.Barco |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://live.barco.cloud |
सहायता पृष्ठ URL | https://live.barco.cloud |
गोपनीयता नीति पृष्ठ URL | https://www.barco.com/en/about-barco/legal/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live.Barco Screen Sharing", "author": "Live.Barco", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/", "homepage_url": "https:\/\/live.barco.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.barco.com\/*", "https:\/\/*.barco.cloud\/*", "https:\/\/*.barco.com:8084\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |