Skyroom Screen Sharing and Recording
Allows to share your entire screen or a specific window in Skyroom application. It also provides tab recording.
Skyroom Screen Sharing and Recording क्या है?
Skyroom Screen Sharing and Recording https://skyroom.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to share your entire screen or a specific window in Skyroom application. It also provides tab recording."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Skyroom Screen Sharing and Recording एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Skyroom is a web conferencing system that can be used for creating online events like learning, meeting and webinar. Skyroom provides the following key features: - Real-time voice and video conversations - Presentation - Whiteboard - Screen Sharing - File Transfer - Advanced Chat - Recording
एक्सटेंशन की मूल जानकारी
नाम | Skyroom Screen Sharing and Recording |
ID | pejdnafppnpfimpnipdkiidjancinenc |
आधिकारिक URL | https://chromewebstore.google.com/detail/skyroom-screen-sharing-an/pejdnafppnpfimpnipdkiidjancinenc |
विवरण | Allows to share your entire screen or a specific window in Skyroom application. It also provides tab recording. |
फ़ाइल का आकार | 128 KB |
स्थापना संख्या | 101,600 |
वर्तमान संस्करण | 3.3.1 |
अंतिम अपडेट | 2023-03-16 |
प्रकाशन तिथि | 2020-06-16 |
रेटिंग | 3.51/5 कुल 72 रेटिंग्स |
डेवलपर | https://skyroom.online |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.skyroom.online |
गोपनीयता नीति पृष्ठ URL | https://www.skyroom.online/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "47", "name": "Skyroom Screen Sharing and Recording", "short_name": "Skyroom", "description": "Allows to share your entire screen or a specific window in Skyroom application. It also provides tab recording.", "permissions": [ "tabs", "activeTab", "tabCapture", "desktopCapture", "storage", "unlimitedStorage", "contextMenus", "downloads", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3.1", "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": true, "scripts": [ "js\/util.js", "js\/logger.js", "js\/storage.js", "js\/record.js", "js\/capture.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/content.js" ], "all_frames": true } ], "icons": { "16": "icon\/skyroom-icon-16.png", "48": "icon\/skyroom-icon-48.png", "128": "icon\/skyroom-icon-128.png" }, "browser_action": { "default_icon": "icon\/skyroom-icon-16.png", "default_popup": "popup.html" }, "commands": { "start_record": { "description": "Start recording", "suggested_key": { "default": "Ctrl+Shift+R" } } } } |