to allow recording

Record screen, entire conference in peeps.chat site

Τι είναι το to allow recording;

Το to allow recording είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://peeps.chat, και η κύρια λειτουργία του είναι "Record screen, entire conference in peeps.chat site".

Λήψη αρχείου CRX της επέκτασης to allow recording

Λήψη αρχείων επέκτασης to allow recording σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα to allow recording to allow recording
ID fjjebedahfigkboehljeagemokjblpoa
Επίσημο URL https://chrome.google.com/webstore/detail/to-allow-recording/fjjebedahfigkboehljeagemokjblpoa
Περιγραφή Record screen, entire conference in peeps.chat site
Μέγεθος Αρχείου 77.63 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2016-10-03
Ημερομηνία Δημοσίευσης 2016-10-03
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://peeps.chat
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://peeps.chat
Υποστηριζόμενες Γλώσσες 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
    }
}