to allow recording

Record screen, entire conference in peeps.chat site

什麼是to allow recording?

to allow recording是由http://peeps.chat開發的Chrome擴展程式,該擴展的主要功能是“Record screen, entire conference in peeps.chat site”。

下載to allow recording擴展crx文件

下載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
官方網址 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
    }
}