ECARX投屏助手

ECARX投屏助手,专为智能交互平板打造,用于捕获本机桌面视频并投射到大屏设备

What is ECARX投屏助手?

ECARX投屏助手 is a Chrome extension developed by ecarx.iot, and its main feature is "ECARX投屏助手,专为智能交互平板打造,用于捕获本机桌面视频并投射到大屏设备".

Extension Screenshots

screenshot

Download ECARX投屏助手 Extension CRX File

Download ECARX投屏助手 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

                        为ECARX智能交互平板精心打造,办公场景电脑投屏新选择。 
ECARX智能交互平板打开“办公投屏”应用,获取配对编码。
电脑使用Chrome浏览器搭配扩展插件,访问ECARX办公投屏系统官网,输入配对编码开始办公投屏。                    

Extension Basic Information

Name ECARX投屏助手 ECARX投屏助手
ID fepimfhehkglnggiijinoapajkfhccpp
Official URL https://chrome.google.com/webstore/detail/ecarx%E6%8A%95%E5%B1%8F%E5%8A%A9%E6%89%8B/fepimfhehkglnggiijinoapajkfhccpp
Description ECARX投屏助手,专为智能交互平板打造,用于捕获本机桌面视频并投射到大屏设备
File Size 16.1 KB
Installation Count 401
Current Version 2.0.5
Last Updated 2020-05-21
Publish Date 2020-05-21
Developer ecarx.iot
Email [email protected]
Payment Type free
Extension Website https://tp.ecarx.com.cn/
Help Page URL https://tp.ecarx.com.cn/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ECARX\u6295\u5c4f\u52a9\u624b",
    "description": "ECARX\u6295\u5c4f\u52a9\u624b\uff0c\u4e13\u4e3a\u667a\u80fd\u4ea4\u4e92\u5e73\u677f\u6253\u9020\uff0c\u7528\u4e8e\u6355\u83b7\u672c\u673a\u684c\u9762\u89c6\u9891\u5e76\u6295\u5c04\u5230\u5927\u5c4f\u8bbe\u5907",
    "version": "2.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "images\/128ico.png",
        "16": "images\/16ico.png",
        "48": "images\/48ico.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/tp.ecarx.cn\/*",
                "https:\/\/tp.ecarx.com.cn\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/tp.ecarx.cn\/*",
            "https:\/\/tp.ecarx.com.cn\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/128ico.png",
        "default_title": "ECARX\u6295\u5c4f\u52a9\u624b"
    }
}