Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Wat is Teamtalk Screen Sharing?
Teamtalk Screen Sharing is een Chrome-extensie ontwikkeld door https://teamtalk.io, en de belangrijkste functie is "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Download het CRX-bestand van de extensie Teamtalk Screen Sharing
Download Teamtalk Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Screen Sharing Chrome Extension Basisinformatie over de Extensie
| Naam | |
| ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Officiële URL | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Beschrijving | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
| Bestandsgrootte | 14.08 KB |
| Aantal Installaties | 95 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2016-11-02 |
| Publicatiedatum | 2016-11-02 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://teamtalk.io |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |