to allow recording
Record screen, entire conference in peeps.chat site
Qu'est-ce que to allow recording ?
to allow recording est une extension Chrome développée par http://peeps.chat, et sa fonction principale est "Record screen, entire conference in peeps.chat site".
Télécharger le fichier CRX de l'extension to allow recording
Téléchargez les fichiers d'extension to allow recording 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
Peeps.chat technology uses an extension to capture your browser window in your Chrome browser. All activity inside the tab including audio will be recorded when activated. Just press the record icon and the content of your tab is recorded. This is a great feature for video tutorials, recording presentations or documenting a project or interaction. You have the option to just record your browser activity or allow desktop capturing so that anything on your computer screen will be recorded.
Informations de Base sur l'Extension
Nom | |
ID | fjjebedahfigkboehljeagemokjblpoa |
URL Officiel | https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa |
Description | Record screen, entire conference in peeps.chat site |
Taille du Fichier | 77.63 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2016-10-03 |
Date de Publication | 2016-10-03 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | http://peeps.chat |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://peeps.chat |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "to allow recording", "short_name": "Record Peeps.Chat", "author": "Peeps.Chat", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Record screen, entire conference in peeps.chat site", "homepage_url": "https:\/\/peeps.chat", "background": { "scripts": [ "background.js", "RecordRTC.min.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/main-icon.png", "default_title": "Record Screen" }, "icons": { "16": "images\/main-icon.png", "22": "images\/main-icon.png", "32": "images\/main-icon.png", "48": "images\/main-icon.png", "128": "images\/main-icon.png" }, "permissions": [ "desktopCapture", "storage", "tabs", " |