LearningChinese Screenshare Extension
Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.
What is LearningChinese Screenshare Extension?
LearningChinese Screenshare Extension is a Chrome extension developed by https://chinese.com.vn, and its main feature is "Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.".
Extension Screenshots
Download LearningChinese Screenshare Extension Extension CRX File
Download LearningChinese Screenshare Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Trung tâm tiếng Trung Chinese. Dạy học tiếng Trung Quốc Online - Hotline 0989543912 Website: https://chinese.edu.vn - Dịch vụ tại Chinese + Khóa học tiếng tại Hà Nội, HCM, Hạ Long + Gia sư tiếng Trung tại nhà + Dịch thuật - Phiên dịch tiếng Trung + Bán sách tiếng Trung, video dạy học
Extension Basic Information
Name | LearningChinese Screenshare Extension |
ID | hcbogoldohibdpnjhklaijdgankipnkd |
Official URL | https://chromewebstore.google.com/detail/learningchinese-screensha/hcbogoldohibdpnjhklaijdgankipnkd |
Description | Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings. |
File Size | 9.25 KB |
Installation Count | 10 |
Current Version | 2.0 |
Last Updated | 2020-01-02 |
Publish Date | 2020-01-02 |
Developer | https://chinese.com.vn |
[email protected] | |
Payment Type | free |
Extension Website | https://chinese.com.vn/ |
Help Page URL | https://chinese.com.vn/ |
Privacy Policy Page URL | https://chinese.edu.vn/chinh-sach-bao-mat |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearningChinese Screenshare Extension", "author": "chinese.com.vn", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Chrome Extension granting WebRTC screen capturing capabilities to LearningChinese meetings.", "homepage_url": "http:\/\/learningchinese.info\/", "background": { "scripts": [ "background-script.js" ], "persistent": true }, "externally_connectable": { "matches": [ "*:\/\/*.learningchinese.info\/*" ] }, "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |