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
    }
}