桌面共享插件
桌面共享插件
What is 桌面共享插件?
桌面共享插件 is a Chrome extension developed by 微吼, and its main feature is "桌面共享插件".
Extension Screenshots
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 | omakdpbabdhobphckndjamjoggpnemml | 
| Official URL | https://chromewebstore.google.com/detail/%E6%A1%8C%E9%9D%A2%E5%85%B1%E4%BA%AB%E6%8F%92%E4%BB%B6/omakdpbabdhobphckndjamjoggpnemml | 
| Description | 桌面共享插件 | 
| File Size | 6.58 KB | 
| Installation Count | 308 | 
| Current Version | 2.3.2.8 | 
| Last Updated | 2019-07-16 | 
| Publish Date | 2019-07-15 | 
| Rating | 5.00/5 Total 1 Ratings | 
| Developer | 微吼 | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | zh-CN | 
| manifest.json | |
 {
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "\u684c\u9762\u5171\u4eab\u63d2\u4ef6",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2.8",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "\u684c\u9762\u5171\u4eab\u63d2\u4ef6",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vhall.com\/*",
            "*:\/\/*.vhallyun.com\/*",
            "*:\/\/*.bsmartd.com\/*",
            "*:\/\/*.doctorpda.cn\/*",
            "*:\/\/*.med626.com.cn\/*",
            "*:\/\/*.scsdhw.com\/*",
            "*:\/\/*.astrazeneca.cn\/*",
            "*:\/\/*.paas.com\/*",
            "*:\/\/*.jd.com\/*",
            "*:\/\/*.hftty.cn\/*",
            "*:\/\/*.vhmake.com\/*"
        ]
    },
    "icons": {
        "128": "logo-right.png"
    },
    "browser_action": {
        "default_icon": "logo-right.png"
    }
}  |  |