应用简介
本插件是用来让浏览器能实现屏幕共享的功能。在使用527轻会议这个软件网络视频会议系统的时候,使用屏幕共享能会检测浏览器是否安装该插件。只有安装该插件才能使用屏幕共享的功能。
配置文件
Code
1 | {"background":{"scripts":["background.js"]},"content_scripts":[{"js":["content.js"],"matches":["https:\/\/*\/*"]}],"description":"This is the 527meeting extension utility for screensharing support","icons":{"48":"icon48.png"},"manifest_version":2,"minimum_chrome_version":"34","name":"527meeting Screensharing","permissions":["desktopCapture"],"short_name":"527meeting screensharing","update_url":"https:\/\/www.527meeting.com\/service\/update\/webrtc","version":"0.0.3"} |