CollStack Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
CollStack Screen Capture क्या है?
CollStack Screen Capture https://collstack.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CollStack Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Screen Capture extension is designed for CollStack product. CollStack is a collaboration tool. Installing this extension will enable screen capture functionality and users can view each other screen during the video call.
एक्सटेंशन की मूल जानकारी
नाम | CollStack Screen Capture |
ID | glfoinmelidkjeechjicoidcgbkiadco |
आधिकारिक URL | https://chromewebstore.google.com/detail/collstack-screen-capture/glfoinmelidkjeechjicoidcgbkiadco |
विवरण | This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js! |
फ़ाइल का आकार | 5.74 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 3.4 |
अंतिम अपडेट | 2018-01-23 |
प्रकाशन तिथि | 2017-12-28 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://collstack.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CollStack Screen Capture", "author": "Farrukh Aslam", "version": "3.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!", "homepage_url": "https:\/\/collstack.io", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/collstack.io\/*", "https:\/\/collstack.io:9001\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |