Boardroom Demo : Chrome Screen Sharing
This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
Qu'est-ce que Boardroom Demo : Chrome Screen Sharing ?
Boardroom Demo : Chrome Screen Sharing est une extension Chrome développée par http://demo.boardroom.work, et sa fonction principale est "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Boardroom Demo : Chrome Screen Sharing
Téléchargez les fichiers d'extension Boardroom Demo : Chrome 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
Watch Favourite Movies Online from various countries: Asia China Euro France HongKong India International Japan Korea Taiwan Thailand United Kingdom United States
Informations de Base sur l'Extension
Nom | |
ID | giohjbcffigkmknieljphlhnggmfgahb |
URL Officiel | https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb |
Description | This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen. |
Taille du Fichier | 10.98 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-01-29 |
Date de Publication | 2018-01-29 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://demo.boardroom.work |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://hosting.izndgroup.com/support/privacy.php |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boardroom Demo : Chrome Screen Sharing", "author": "iZND, Inc.", "version": "1.5", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.", "homepage_url": "https:\/\/join.boardroom.work\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.boardroom.work\/*" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "matches": [ "https:\/\/*.boardroom.work\/*", "https:\/\/*.boardroom.work.herokudns.com\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |