KZO Screen Capture
This WebRTC screen capturing extension can be used within KZO APP.
Qu'est-ce que KZO Screen Capture ?
KZO Screen Capture est une extension Chrome développée par Unknown, et sa fonction principale est "This WebRTC screen capturing extension can be used within KZO APP.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KZO Screen Capture
Téléchargez les fichiers d'extension KZO Screen Capture 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 chrome extension allows for KZO and gomoVideo customers to create screen capture videos with the product.
Informations de Base sur l'Extension
Nom | KZO Screen Capture |
ID | eekmbglmbjmoaladfknpcnmpidpcfbif |
URL Officiel | https://chromewebstore.google.com/detail/kzo-screen-capture/eekmbglmbjmoaladfknpcnmpidpcfbif |
Description | This WebRTC screen capturing extension can be used within KZO APP. |
Taille du Fichier | 36.08 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2018-09-11 |
Date de Publication | 2018-09-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KZO Screen Capture", "author": "KZO Innovations", "version": "1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within KZO APP.", "homepage_url": "https:\/\/kzoinnovations.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": "kzo-snap-logo-32.png" }, "icons": { "32": "kzo-snap-logo-32.png", "48": "kzo-snap-logo-48.png", "128": "kzo-snap-logo-128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "kzo-snap-logo-32.png", "kzo-snap-logo-48.png", "kzo-snap-logo-128.png" ] } |