LiveSmart Screen Capturing
Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
LiveSmart Screen Capturing क्या है?
LiveSmart Screen Capturing nhadjidimitrov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LiveSmart Screen Capturing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Designed to provide screen sharing on any HTTPS domain for LiveSmart Video Chat - a standalone web application with video, audio, screensharing and file transfer face-to-face communication chat. LiveSmart Video Chat is provided on-premise so this extension has all HTTPS permission needed. This extension captures the screen and returns to LiveSmart the screen ID.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg |
विवरण | Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat |
फ़ाइल का आकार | 24.56 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2019-02-04 |
प्रकाशन तिथि | 2019-01-31 |
डेवलपर | nhadjidimitrov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.new-dev.com/page/ident/live_smart_video_chat |
सहायता पृष्ठ URL | https://www.new-dev.com/page/ident/live_smart_video_chat_faq |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LiveSmart Screen Capturing", "author": "Nikolay Hadjidimitrov", "version": "1.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat", "homepage_url": "https:\/\/www.new-dev.com\/page\/ident\/live_smart_video_chat_installation", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon16.png" ] } |