YouNeed Screen Sharing
This WebRTC screen capturing extension can be used with YouNeed platform
Hvad er YouNeed Screen Sharing?
YouNeed Screen Sharing er en Chrome-udvidelse udviklet af YouNeed®, og dens hovedfunktion er "This WebRTC screen capturing extension can be used with YouNeed platform".
Udvidelsesskærmbilleder
Download YouNeed Screen Sharing-udvidelses-CRX-fil
Download YouNeed Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hmkcpajkidhbjcjfpnohokkhgdmfecpl |
| Officiel URL | https://chrome.google.com/webstore/detail/youneed-screen-sharing/hmkcpajkidhbjcjfpnohokkhgdmfecpl |
| Beskrivelse | This WebRTC screen capturing extension can be used with YouNeed platform |
| Filstørrelse | 9.88 KB |
| Antal Installationer | 170 |
| Nuværende Version | 1.0.3 |
| Senest Opdateret | 2021-10-19 |
| Udgivelsesdato | 2018-04-10 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | YouNeed® |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://youneed.it |
| URL til Fortrolighedspolitik Side | https://www.ambrogio.com/policy/policy-privacy.html |
| Understøttede Sprog | 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"
]
} | |