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
官方網址 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"
    ]
}