Meetingreat Screen Sharing
This chrome extension doesn't do anything except capturing content of your screen.
Qu'est-ce que Meetingreat Screen Sharing ?
Meetingreat Screen Sharing est une extension Chrome développée par http://cvc.meetingreat.com, et sa fonction principale est "This chrome extension doesn't do anything except capturing content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meetingreat Screen Sharing
Téléchargez les fichiers d'extension Meetingreat 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
Use this plugin to enable Desktop/Application sharing in CVC system.
Informations de Base sur l'Extension
Nom | |
ID | enfkmpkdedjedcphknedhlnaipfkgepk |
URL Officiel | https://chrome.google.com/webstore/detail/meetingreat-screen-sharin/enfkmpkdedjedcphknedhlnaipfkgepk |
Description | This chrome extension doesn't do anything except capturing content of your screen. |
Taille du Fichier | 7.65 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2014-06-13 |
Date de Publication | 2014-06-13 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | http://cvc.meetingreat.com |
Type de Paiement | free |
Langues Prises en Charge | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetingreat Screen Sharing", "version": "1.0.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This chrome extension doesn't do anything except capturing content of your screen.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enfkmpkdedjedcphknedhlnaipfkgepk", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "*:\/\/*.meetingreat.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.meetingreat.com\/*" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.meetingreat.com\/*", "https:\/\/*.meetingreat.com\/*", "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |