263视频会议桌面共享插件

Enables screen sharing with Net263 Video Conference

What is 263视频会议桌面共享插件?

263视频会议桌面共享插件 is a Chrome extension developed by 263desktopplugin, and its main feature is "Enables screen sharing with Net263 Video Conference".

Extension Screenshots

screenshot

Download 263视频会议桌面共享插件 Extension CRX File

Download 263视频会议桌面共享插件 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

                        263视频会议共享插件,视频会议共享桌面、共享程序时使用。

共享前,请先安装本插件至chrome或chrome内核的浏览器的“扩展程序”中。                    

Extension Basic Information

Name 263视频会议桌面共享插件 263视频会议桌面共享插件
ID pcgjcnangaijgmfgjeidjnbiiaolhgff
Official URL https://chromewebstore.google.com/detail/263%E8%A7%86%E9%A2%91%E4%BC%9A%E8%AE%AE%E6%A1%8C%E9%9D%A2%E5%85%B1%E4%BA%AB%E6%8F%92%E4%BB%B6/pcgjcnangaijgmfgjeidjnbiiaolhgff
Description Enables screen sharing with Net263 Video Conference
File Size 2.14 MB
Installation Count 73
Current Version 0.0.5
Last Updated 2016-12-01
Publish Date 2016-11-30
Rating 5.00/5 Total 1 Ratings
Developer 263desktopplugin
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enables screen sharing with Net263 Video Conference",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "263\u89c6\u9891\u4f1a\u8bae\u684c\u9762\u5171\u4eab\u63d2\u4ef6",
    "options_page": "options.html",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5"
}