Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Hvad er Teamtalk Screen Sharing?
Teamtalk Screen Sharing er en Chrome-udvidelse udviklet af https://teamtalk.io, og dens hovedfunktion er "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Download Teamtalk Screen Sharing-udvidelses-CRX-fil
Download Teamtalk 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
Screen Sharing Chrome Extension Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Officiel URL | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Beskrivelse | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
| Filstørrelse | 14.08 KB |
| Antal Installationer | 95 |
| Nuværende Version | 3.0 |
| Senest Opdateret | 2016-11-02 |
| Udgivelsesdato | 2016-11-02 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://teamtalk.io |
| Betalingsmetode | free |
| Understøttede Sprog | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Teamtalk Screen Sharing",
"author": "Teamtalk",
"version": "3.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
"homepage_url": "https:\/\/teamtalk.io\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "logo16.png",
"default_popup": "screensharing-test.html"
},
"externally_connectable": {
"matches": [
"https:\/\/localhost\/teamtalk\/public\/*",
"http:\/\/teamtalk.io\/*",
"https:\/\/teamtalk.io\/*",
"*:\/\/teamtalk.io\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |