Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Co to jest Teamtalk Screen Sharing?
Teamtalk Screen Sharing to rozszerzenie Chrome opracowane przez https://teamtalk.io, a jego główną funkcją jest „This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.”.
Pobierz plik CRX rozszerzenia Teamtalk Screen Sharing
Pobierz pliki rozszerzeń Teamtalk Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Screen Sharing Chrome Extension
Podstawowe informacje o rozszerzeniu
Nazwa | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Oficjalny URL | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Opis | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
Rozmiar pliku | 14.08 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 3.0 |
Ostatnia Aktualizacja | 2016-11-02 |
Data Publikacji | 2016-11-02 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://teamtalk.io |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |