Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Vad är Teamtalk Screen Sharing?
Teamtalk Screen Sharing är en Chrome-tillägg utvecklad av https://teamtalk.io, och dess huvudfunktion är "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Ladda ner Teamtalk Screen Sharing-förlängningens CRX-fil
Ladda ner Teamtalk Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Screen Sharing Chrome Extension Grundläggande Information om Tillägg
| Namn | |
| ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
| Beskrivning | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
| Filstorlek | 14.08 KB |
| Antal Installationer | 95 |
| Aktuell Version | 3.0 |
| Senast Uppdaterad | 2016-11-02 |
| Publiceringsdatum | 2016-11-02 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://teamtalk.io |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |