YouNeed Screen Sharing

This WebRTC screen capturing extension can be used with YouNeed platform

什么是YouNeed Screen Sharing?

YouNeed Screen Sharing是由YouNeed®开发的Chrome扩展程序,该扩展的主要功能是“This WebRTC screen capturing extension can be used with YouNeed platform”。

扩展截图

screenshot
screenshot
screenshot

下载YouNeed Screen Sharing扩展crx文件

下载YouNeed Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        While you're in a YouNeed® videocall, share instantly the screen of your computer with other participants to show documents, pictures and any other file.                    

扩展基本信息

名称 YouNeed Screen Sharing YouNeed Screen Sharing
ID hmkcpajkidhbjcjfpnohokkhgdmfecpl
官方URL https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl
简介 This WebRTC screen capturing extension can be used with YouNeed platform
文件大小 9.88 KB
安装次数 170
当前版本 1.0.3
更新时间 2021-10-19
上架时间 2018-04-10
评分 5.00/5 共1次评分
开发者 YouNeed®
电子邮箱 [email protected]
付费类型 free
扩展官网 https://youneed.it
隐私政策页面URL https://www.ambrogio.com/policy/policy-privacy.html
支持的语言 it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouNeed Screen Sharing",
    "short_name": "YNsharing",
    "author": "Ambrogio srl",
    "version": "1.0.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used with YouNeed platform",
    "homepage_url": "https:\/\/web.youneed.it\/",
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.web.youneed.it\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/*.web.youneed.it\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}