FevTutor Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

什麼是FevTutor Desktop Sharing?

FevTutor Desktop Sharing是由FocusEduvation開發的Chrome擴展程式,該擴展的主要功能是“WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.”。

下載FevTutor Desktop Sharing擴展crx文件

下載FevTutor Desktop Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 FevTutor Desktop Sharing FevTutor Desktop Sharing
ID chnfckdgcolmpchcdjkoemdjffkiceac
官方網址 https://chromewebstore.google.com/detail/fevtutor-desktop-sharing/chnfckdgcolmpchcdjkoemdjffkiceac
簡介 WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
檔案大小 69.21 KB
安裝次數 20
目前版本 1.1
更新時間 2016-09-30
上架時間 2016-09-30
開發者 FocusEduvation
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.fevtutor.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FevTutor Desktop Sharing",
    "author": "FevTutor",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.fevtutor.com",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}