RTC Share Desktop
WebRTC screen capturing extension.
RTC Share Desktop क्या है?
RTC Share Desktop driverfarfar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebRTC screen capturing extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RTC Share Desktop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a WebRTC screen capturing extension
एक्सटेंशन की मूल जानकारी
नाम | RTC Share Desktop |
ID | ccahbcjalpomijfpjemdgpnbogofnlgl |
आधिकारिक URL | https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl |
विवरण | WebRTC screen capturing extension. |
फ़ाइल का आकार | 5.43 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-01-11 |
प्रकाशन तिथि | 2019-01-10 |
डेवलपर | driverfarfar |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.easemob.com/ |
सहायता पृष्ठ URL | https://www.easemob.com/ |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Share Desktop", "author": "Simon", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "WebRTC screen capturing extension.", "homepage_url": "https:\/\/www.easemob.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |