Unify Screen Capture
This extension allows Unify WebRTC connections to use the screen as a video source.
Unify Screen Capture क्या है?
Unify Screen Capture https://www.unify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows Unify WebRTC connections to use the screen as a video source."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unify Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows Unify WebRTC connections to use the screen as a video source.
एक्सटेंशन की मूल जानकारी
नाम | Unify Screen Capture |
ID | habmbajnacidcciecdkkablilolhkopd |
आधिकारिक URL | https://chromewebstore.google.com/detail/unify-screen-capture/habmbajnacidcciecdkkablilolhkopd |
विवरण | This extension allows Unify WebRTC connections to use the screen as a video source. |
फ़ाइल का आकार | 7.63 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2019-05-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.unify.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://unify.com/en/privacy-policy |
समर्थित भाषाएँ | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unify Screen Capture", "version": "1.0.0", "description": "This extension allows Unify WebRTC connections to use the screen as a video source.", "icons": { "16": "screencapture_16.png", "32": "screencapture_32.png", "48": "screencapture_48.png", "128": "screencapture_128.png" }, "author": "Unify Communications and Collaboration GmbH & Co. KG", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/www.unify.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "screencapture_16.png", "screencapture_32.png", "screencapture_48.png", "screencapture_128.png" ] } |