to allow recording
Record screen, entire conference in peeps.chat site
Cos'è to allow recording?
to allow recording è un'estensione di Chrome sviluppata da http://peeps.chat, e la sua funzione principale è "Record screen, entire conference in peeps.chat site".
Scarica il file CRX dell'estensione to allow recording
Scarica i file di estensione to allow recording in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fjjebedahfigkboehljeagemokjblpoa |
URL Ufficiale | https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa |
Descrizione | Record screen, entire conference in peeps.chat site |
Dimensione del File | 77.63 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2016-10-03 |
Data di Pubblicazione | 2016-10-03 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | http://peeps.chat |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://peeps.chat |
Lingue Supportate | 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", " |