CozoraScreenSharing
This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.
Qu'est-ce que CozoraScreenSharing ?
CozoraScreenSharing est une extension Chrome développée par https://cozora.com, et sa fonction principale est "This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CozoraScreenSharing
Téléchargez les fichiers d'extension CozoraScreenSharing 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
Extension to enable Screen Sharing in Cozora
Informations de Base sur l'Extension
Nom | |
ID | jngakadallbjaegilbficfnbjgiekhkk |
URL Officiel | https://chromewebstore.google.com/detail/cozorascreensharing/jngakadallbjaegilbficfnbjgiekhkk |
Description | This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen. |
Taille du Fichier | 16.12 KB |
Nombre d'Installations | 26 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-06-08 |
Date de Publication | 2016-06-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://cozora.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CozoraScreenSharing", "author": "Cozora", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/cozora.com\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/cozora.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/cozora.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |