Let's Talk Screen Sharing Chrome Extension
This Extension provides ability to share screen for Let's Talk application.
Qu'est-ce que Let's Talk Screen Sharing Chrome Extension ?
Let's Talk Screen Sharing Chrome Extension est une extension Chrome développée par https://hciketi.com, et sa fonction principale est "This Extension provides ability to share screen for Let's Talk application.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Let's Talk Screen Sharing Chrome Extension
Téléchargez les fichiers d'extension Let's Talk Screen Sharing Chrome Extension 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
This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.
Informations de Base sur l'Extension
Nom | Let's Talk Screen Sharing Chrome Extension |
ID | lkhdkjakccdajilenebimbgionejknpn |
URL Officiel | https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn |
Description | This Extension provides ability to share screen for Let's Talk application. |
Taille du Fichier | 337 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0.0.3 |
Dernière Mise à Jour | 2017-10-18 |
Date de Publication | 2017-10-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://hciketi.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "52", "name": "Let's Talk Screen Sharing Chrome Extension", "permissions": [ "desktopCapture" ], "short_name": "Let's Talk ScreenShare", "version": "1.0.0.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "This Extension provides ability to share screen for Let's Talk application.", "externally_connectable": { "matches": [ "https:\/\/*.hciketi.com\/*", "https:\/\/*.proximie.com\/*", "https:\/\/*.ciketi.com\/*" ] }, "icons": { "128": "conf-logo-128x128.png", "48": "conf-logo-48x48.png", "16": "conf-logo-16x16.png" }, "browser_action": { "default_icon": "conf-logo-16x16.png" } } |