TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

什麼是TwentyThree Screen Sharing?

TwentyThree Screen Sharing是由http://twentythree.net開發的Chrome擴展程式,該擴展的主要功能是“Allow live streaming, screen sharing and video recording with TwentyThree.”。

下載TwentyThree Screen Sharing擴展crx文件

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

擴展使用說明

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

擴展基本資訊

名稱 TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
官方網址 https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
簡介 Allow live streaming, screen sharing and video recording with TwentyThree.
檔案大小 11.68 KB
安裝次數 76
目前版本 1.2
更新時間 2017-12-19
上架時間 2017-12-19
評分 4.00/5 共 1 次評分
開發者 http://twentythree.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.twentythree.net
說明頁面URL https://www.twentythree.net/help
隱私政策頁面URL https://www.twentythree.net/terms
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}