to allow recording

Record screen, entire conference in peeps.chat site

¿Qué es to allow recording?

to allow recording es una extensión de Chrome desarrollada por http://peeps.chat, y su función principal es "Record screen, entire conference in peeps.chat site".

Descargar Archivo CRX de la Extensión to allow recording

Descarga archivos de extensión to allow recording en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre to allow recording to allow recording
ID fjjebedahfigkboehljeagemokjblpoa
URL Oficial https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa
Descripción Record screen, entire conference in peeps.chat site
Tamaño del Archivo 77.63 KB
Cantidad de Instalaciones 34
Versión Actual 1.2
Última Actualización 2016-10-03
Fecha de Publicación 2016-10-03
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador http://peeps.chat
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://peeps.chat
Idiomas Soportados 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",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}