TwentyThree Screen Sharing

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

TwentyThree Screen Sharing là gì?

TwentyThree Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi http://twentythree.net, và tính năng chính của nó là "Allow live streaming, screen sharing and video recording with TwentyThree.".

Tải xuống tệp CRX của tiện ích mở rộng TwentyThree Screen Sharing

Tải xuống các tệp mở rộng TwentyThree Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
URL Chính Thức https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Mô tả Allow live streaming, screen sharing and video recording with TwentyThree.
Kích Thước Tệp 11.68 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-12-19
Ngày Phát Hành 2017-12-19
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://twentythree.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twentythree.net
URL Trang Trợ Giúp https://www.twentythree.net/help
URL Trang Chính Sách Bảo Mật https://www.twentythree.net/terms
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}