Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Cos'è Teamtalk Screen Sharing?
Teamtalk Screen Sharing è un'estensione di Chrome sviluppata da https://teamtalk.io, e la sua funzione principale è "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Scarica il file CRX dell'estensione Teamtalk Screen Sharing
Scarica i file di estensione Teamtalk Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Screen Sharing Chrome Extension
Informazioni di Base sull'Estensione
Nome | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
URL Ufficiale | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Descrizione | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
Dimensione del File | 14.08 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2016-11-02 |
Data di Pubblicazione | 2016-11-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://teamtalk.io |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |