Canvas SimpleShare
Desktop Screen Sharing Client For Canvas CRS class devices.
Qu'est-ce que Canvas SimpleShare ?
Canvas SimpleShare est une extension Chrome développée par Jupiter Systems, et sa fonction principale est "Desktop Screen Sharing Client For Canvas CRS class devices.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Canvas SimpleShare
Téléchargez les fichiers d'extension Canvas SimpleShare 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 | Canvas SimpleShare |
ID | bagghogdobjiomkdaaaengkcebcpcljj |
URL Officiel | https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj |
Description | Desktop Screen Sharing Client For Canvas CRS class devices. |
Taille du Fichier | 24.73 KB |
Nombre d'Installations | 65 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-08-13 |
Date de Publication | 2016-08-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Jupiter Systems |
Type de Paiement | free |
Site Web de l'Extension | http://www.jupiter.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Chad Lucas", "name": "Canvas SimpleShare", "short_name": "Canvas SimpleShare", "description": "Desktop Screen Sharing Client For Canvas CRS class devices.", "version": "2.0", "icons": { "128": "images\/CanvasSimpleShare128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "desktopCapture", "tabs", "webRequest", "https:\/\/*\/crs", "https:\/\/*\/Crs", "https:\/\/*\/crs\/", "https:\/\/*\/Crs\/", "https:\/\/*\/SimpleShare", "https:\/\/*\/simpleshare", "https:\/\/*\/simpleShare", "https:\/\/*\/Simpleshare", "https:\/\/*\/SimpleShare\/", "https:\/\/*\/simpleshare\/", "https:\/\/*\/simpleShare\/", "https:\/\/*\/Simpleshare\/", "https:\/\/*\/mimic\/*", "https:\/\/*\/mimic?*", "https:\/\/*\/Mimic\/*", "https:\/\/*\/mimic", "https:\/\/*\/Mimic", "https:\/\/*\/mimic\/Index", "https:\/\/*\/mimic\/Index\/", "https:\/\/*\/Mimic\/Index", "https:\/\/*\/Mimic\/Index\/" ] } |