3CX WebMeeting
Share your screen and co browse with 3CX WebMeeting
Qu'est-ce que 3CX WebMeeting ?
3CX WebMeeting est une extension Chrome développée par karlshemsvagen, et sa fonction principale est "Share your screen and co browse with 3CX WebMeeting".
Télécharger le fichier CRX de l'extension 3CX WebMeeting
Téléchargez les fichiers d'extension 3CX WebMeeting 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
Informations de Base sur l'Extension
Nom | |
ID | jmpkiahcfkocbfffobodjfojbcblgfgg |
URL Officiel | https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg |
Description | Share your screen and co browse with 3CX WebMeeting |
Taille du Fichier | 33.86 KB |
Nombre d'Installations | 77 |
Version Actuelle | 8.3 |
Dernière Mise à Jour | 2015-08-12 |
Date de Publication | 2015-08-12 |
Développeur | karlshemsvagen |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "8.3", "name": "3CX WebMeeting", "short_name": "3CX WebMeeting", "description": "Share your screen and co browse with 3CX WebMeeting", "author": "3CX", "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Send page link to others participants" }, "permissions": [ "desktopCapture", "tabs" ], "externally_connectable": { "matches": [ "*:\/\/*.karlshem.fortiddns.com\/*" ] } } |