Screensharing for Nextcloud Video calls app

Screensharing utility for the Nextcloud Video calls app.

Screensharing for Nextcloud Video calls app là gì?

Screensharing for Nextcloud Video calls app là một tiện ích mở rộng Chrome được phát triển bởi Nextcloud GmbH, và tính năng chính của nó là "Screensharing utility for the Nextcloud Video calls app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screensharing for Nextcloud Video calls app

Tải xuống các tệp mở rộng Screensharing for Nextcloud Video calls app 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

                                            

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

Tên Screensharing for Nextcloud Video calls app Screensharing for Nextcloud Video calls app
ID kepnpjhambipllfmgmbapncekcmabkol
URL Chính Thức https://chromewebstore.google.com/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol
Mô tả Screensharing utility for the Nextcloud Video calls app.
Kích Thước Tệp 38.19 KB
Số Lần Cài Đặt 9,340
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 4.36/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Nextcloud GmbH
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/nextcloud/spreed-screensharing-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screensharing for Nextcloud Video calls app",
    "description": "Screensharing utility for the Nextcloud Video calls app.",
    "author": "Joachim Bauch ",
    "homepage_url": "https:\/\/nextcloud.com",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "detector.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}