C-Meeting Desktop Sharing Extension

Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.

C-Meeting Desktop Sharing Extension là gì?

C-Meeting Desktop Sharing Extension là một tiện ích mở rộng Chrome được phát triển bởi jheuler, và tính năng chính của nó là "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.".

Ả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 C-Meeting Desktop Sharing Extension

Tải xuống các tệp mở rộng C-Meeting Desktop Sharing Extension 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

                        This desktop sharing extension enables sharing from the Chrome browser for C-Meeting, Concert-Oh and BpresentLive.                    

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

Tên C-Meeting Desktop Sharing Extension C-Meeting Desktop Sharing Extension
ID jgldmgcakddjinippbpmbjldahfoojhn
URL Chính Thức https://chromewebstore.google.com/detail/c-meeting-desktop-sharing/jgldmgcakddjinippbpmbjldahfoojhn
Mô tả Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.
Kích Thước Tệp 27.52 KB
Số Lần Cài Đặt 384
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2016-06-01
Ngày Phát Hành 2016-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jheuler
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "Icon16.png",
        "32": "Icon32.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "name": "C-Meeting Desktop Sharing Extension",
    "short_name": "CMDeskShare",
    "description": "Enhance your C-Meeting web conference with desktop and application sharing with Google Chrome.",
    "version": "1.0.0.1",
    "permissions": [
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.cefriel.it\/*",
                "*:\/\/*.concert-oh.com\/*",
                "*:\/\/*.bpresentlive.com\/*",
                "*:\/\/*.c-meeting.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}