WebinarJam Screen Sharing

This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.

什麼是WebinarJam Screen Sharing?

WebinarJam Screen Sharing是由https://dev.webinarjam.com開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.”。

擴展截圖

screenshot

下載WebinarJam Screen Sharing擴展crx文件

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

擴展使用說明

                        Allows WebinarJam presenters to screen share their desktop to their viewers                    

擴展基本資訊

名稱 WebinarJam Screen Sharing WebinarJam Screen Sharing
ID fjcagflhkmbkecgddkjblhkadbplhfan
官方網址 https://chromewebstore.google.com/detail/webinarjam-screen-sharing/fjcagflhkmbkecgddkjblhkadbplhfan
簡介 This Chrome extension is developed for https://www.webinarjam.com. It doesn't do anything except capture content of your screen.
檔案大小 28.84 KB
安裝次數 1,104
目前版本 2.1
更新時間 2016-05-13
上架時間 2016-05-13
開發者 https://dev.webinarjam.com
付費類型 free
擴展官網 https://dev.webinarjam.com
說明頁面URL https://dev.webinarjam.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebinarJam Screen Sharing",
    "author": "Genesis Digital, LLC",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.webinarjam.com. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/www.webinarjam.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webinarjam.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}