投屏助手

办公投屏助手,用于捕获本机桌面视频并投射到大屏设备

What is 投屏助手?

投屏助手 is a Chrome extension developed by ecarx.iot, 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 lliheinlkpkiibbflaalllhdeeeolejo
Official URL https://chrome.google.com/webstore/detail/%E6%8A%95%E5%B1%8F%E5%8A%A9%E6%89%8B/lliheinlkpkiibbflaalllhdeeeolejo
Description 办公投屏助手,用于捕获本机桌面视频并投射到大屏设备
File Size 12.89 KB
Installation Count 344
Current Version 1.0.0
Last Updated 2019-11-03
Publish Date 2019-11-03
Developer ecarx.iot
Email [email protected]
Payment Type free
Extension Website https://screen.nbdeli.com
Help Page URL https://screen.nbdeli.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6295\u5c4f\u52a9\u624b",
    "description": "\u529e\u516c\u6295\u5c4f\u52a9\u624b\uff0c\u7528\u4e8e\u6355\u83b7\u672c\u673a\u684c\u9762\u89c6\u9891\u5e76\u6295\u5c04\u5230\u5927\u5c4f\u8bbe\u5907",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/localhost:3232\/*",
                "https:\/\/tptest.whaley.cn\/*",
                "https:\/\/tp.whaley.cn\/*",
                "https:\/\/screen.nbdeli.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3232\/*",
            "https:\/\/tptest.whaley.cn\/*",
            "https:\/\/tp.whaley.cn\/*",
            "https:\/\/screen.nbdeli.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "\u6295\u5c4f\u52a9\u624b"
    }
}