Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Qu'est-ce que Teamtalk Screen Sharing ?
Teamtalk Screen Sharing est une extension Chrome développée par https://teamtalk.io, et sa fonction principale est "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Télécharger le fichier CRX de l'extension Teamtalk Screen Sharing
Téléchargez les fichiers d'extension Teamtalk Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Screen Sharing Chrome Extension
Informations de Base sur l'Extension
Nom | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
URL Officiel | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Description | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
Taille du Fichier | 14.08 KB |
Nombre d'Installations | 95 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2016-11-02 |
Date de Publication | 2016-11-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://teamtalk.io |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |