527轻会议屏幕共享录制
527轻会议屏幕共享录制插件
What is 527轻会议屏幕共享录制?
527轻会议屏幕共享录制 is a Chrome extension developed by 527轻会议, and its main feature is "527轻会议屏幕共享录制插件".
Extension Screenshots
Download 527轻会议屏幕共享录制 Extension CRX File
Download 527轻会议屏幕共享录制 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
本插件是用来让浏览器能实现屏幕共享的功能。在使用527轻会议这个软件网络视频会议系统的时候,使用屏幕共享时会检测浏览器是否安装该插件。只有安装该插件才能使用屏幕共享的功能。
Extension Basic Information
Name | 527轻会议屏幕共享录制 |
ID | naijpeldcikfocdlfdikbfcmodepmpne |
Official URL | https://chromewebstore.google.com/detail/527%E8%BD%BB%E4%BC%9A%E8%AE%AE%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB%E5%BD%95%E5%88%B6/naijpeldcikfocdlfdikbfcmodepmpne |
Description | 527轻会议屏幕共享录制插件 |
File Size | 8.78 KB |
Installation Count | 72 |
Current Version | 1.0.0 |
Last Updated | 2016-03-19 |
Publish Date | 2016-03-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | 527轻会议 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "description": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236\u63d2\u4ef6", "icons": { "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236", "permissions": [ "desktopCapture" ], "short_name": "527\u8f7b\u4f1a\u8bae\u5c4f\u5e55\u5171\u4eab\u5f55\u5236", "version": "1.0.0" } |