屏幕共享

捷智云媒体服务器屏幕共享插件!

What is 屏幕共享?

屏幕共享 is a Chrome extension developed by https://www.cloudwebrtc.com, and its main feature is "捷智云媒体服务器屏幕共享插件!".

Extension Screenshots

screenshot

Download 屏幕共享 Extension CRX File

Download 屏幕共享 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

                        捷智云视频会议屏幕共享插件.                    

Extension Basic Information

Name 屏幕共享 屏幕共享
ID lpkpoabmcfonkeemmkhikpjpiaddgggo
Official URL https://chromewebstore.google.com/detail/%E5%B1%8F%E5%B9%95%E5%85%B1%E4%BA%AB/lpkpoabmcfonkeemmkhikpjpiaddgggo
Description 捷智云媒体服务器屏幕共享插件!
File Size 16.84 KB
Installation Count 33
Current Version 0.0.3
Last Updated 2016-03-04
Publish Date 2016-03-04
Developer https://www.cloudwebrtc.com
Payment Type free
Extension Website http://www.cloudwebrtc.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5c4f\u5e55\u5171\u4eab",
    "author": "\u6e56\u5317\u6377\u667a\u4e91\u6280\u672f\u6709\u9650\u516c\u53f8",
    "version": "0.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "\u6377\u667a\u4e91\u5a92\u4f53\u670d\u52a1\u5668\u5c4f\u5e55\u5171\u4eab\u63d2\u4ef6!",
    "homepage_url": "https:\/\/www.cloudwebrtc.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}