TutorComp
Plugin to record and stream desktop over call
TutorCompとは何ですか?
TutorCompはhttps://tutorcomp.comによって開発されたChromeの拡張機能で、その主な機能は「Plugin to record and stream desktop over call」です。
拡張機能のスクリーンショット
TutorComp拡張機能のCRXファイルをダウンロード
TutorComp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        TutorComp is a global leader in providing personalized online tutoring. We enable students across the World to learn, excel and stay ahead of the knowledge and innovation curve.                     拡張機能の基本情報
| 名前 |   |  
| ID | lelaodglfjcjedhlafokgednigdclcio | 
| 公式URL | https://chromewebstore.google.com/detail/tutorcomp/lelaodglfjcjedhlafokgednigdclcio | 
| 説明 | Plugin to record and stream desktop over call | 
| ファイルサイズ | 41.47 KB | 
| インストール数 | 267 | 
| 現在のバージョン | 1.3.1 | 
| 最終更新日 | 2017-12-15 | 
| 公開日 | 2017-12-15 | 
| 評価 | 5.00/5 合計 7 レビュー | 
| 開発者 | https://tutorcomp.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.tutorcomp.com | 
| プライバシーポリシーページのURL | https://www.tutorcomp.com/privacy-policy | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TutorComp",
    "short_name": "TutorComp",
    "description": "Plugin to record and stream desktop over call",
    "version": "1.3.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/logo16x16.png",
        "48": "images\/logo48x48.png",
        "128": "images\/logo128x128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo16x16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "socket.io.js",
            "recorder.js",
            "MediaStreamRecorder.js"
        ],
        "matches": [
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "tabCapture",
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/logo16x16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/media.tutorcomp.com\/*",
                "*:\/\/tutorcomp.com\/*",
                "*:\/\/class.tutorcomp.com\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/media.tutorcomp.com\/*",
            "*:\/\/tutorcomp.com\/*",
            "*:\/\/class.tutorcomp.com\/*",
            "*:\/\/localhost\/*"
        ]
    }
}  |  |