Brochesia Screen Sharing
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Qu'est-ce que Brochesia Screen Sharing ?
Brochesia Screen Sharing est une extension Chrome développée par https://www.brochesia.com, et sa fonction principale est "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Brochesia Screen Sharing
Téléchargez les fichiers d'extension Brochesia 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
This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Informations de Base sur l'Extension
Nom | |
ID | epmclfpemadhbkipichmjbmahbmolljb |
URL Officiel | https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb |
Description | This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call. |
Taille du Fichier | 5.45 KB |
Nombre d'Installations | 20 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2019-04-12 |
Date de Publication | 2019-04-12 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://www.brochesia.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.brochesia.com/privacy_policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Brochesia Screen Sharing", "author": "Brochesia", "version": "2", "manifest_version": 2, "minimum_chrome_version": "65", "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.", "homepage_url": "https:\/\/www.brochesia.cloud\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.brochesia.cloud\/*", "https:\/\/localhost:8443\/*", "http:\/\/localhost:4000\/*", "http:\/\/192.168.1.151:4000\/*", "http:\/\/192.168.0.251:4000\/*", "http:\/\/172.255.101.250:4000\/*" ] } ], "icons": { "16": "icon.png", "22": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "desktopCapture", "activeTab" ], "web_accessible_resources": [ "icon.png" ] } |