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 je Teamtalk Screen Sharing?
Teamtalk Screen Sharing je rozšíření Chrome vyvinuté https://teamtalk.io, a jeho hlavní funkcí je „This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.“.
Stáhnout soubor CRX rozšíření Teamtalk Screen Sharing
Stáhněte si soubory rozšíření Teamtalk Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Screen Sharing Chrome Extension
Základní Informace o Rozšíření
Název | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Oficiální URL | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Popis | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
Velikost souboru | 14.08 KB |
Počet instalací | 95 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2016-11-02 |
Datum Vydání | 2016-11-02 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://teamtalk.io |
Typ Platby | free |
Podporované Jazyky | 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" ] } |