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®
Eメール [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"
    ]
}