to allow recording

Record screen, entire conference in peeps.chat site

Was ist to allow recording?

to allow recording ist eine Chrome-Erweiterung, die von http://peeps.chat entwickelt wurde, und ihr Hauptmerkmal ist "Record screen, entire conference in peeps.chat site".

to allow recording-Erweiterungs-CRX-Datei herunterladen

Laden Sie to allow recording-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name to allow recording to allow recording
ID fjjebedahfigkboehljeagemokjblpoa
Offizielle URL https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa
Beschreibung Record screen, entire conference in peeps.chat site
Dateigröße 77.63 KB
Installationsanzahl 34
Aktuelle Version 1.2
Letztes Update 2016-10-03
Veröffentlichungsdatum 2016-10-03
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler http://peeps.chat
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://peeps.chat
Unterstützte Sprachen 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
    }
}