YouNeed Screen Sharing
This WebRTC screen capturing extension can be used with YouNeed platform
Co je YouNeed Screen Sharing?
YouNeed Screen Sharing je rozšíření Chrome vyvinuté YouNeed®, a jeho hlavní funkcí je „This WebRTC screen capturing extension can be used with YouNeed platform“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouNeed Screen Sharing
Stáhněte si soubory rozšíření YouNeed Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hmkcpajkidhbjcjfpnohokkhgdmfecpl |
Oficiální URL | https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl |
Popis | This WebRTC screen capturing extension can be used with YouNeed platform |
Velikost souboru | 9.88 KB |
Počet instalací | 170 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2021-10-19 |
Datum Vydání | 2018-04-10 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | YouNeed® |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://youneed.it |
URL Stránky Zásad Ochrany Soukromí | https://www.ambrogio.com/policy/policy-privacy.html |
Podporované Jazyky | 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" ] } |