3CX Webmeeting

Share your screen and co browse with 3CX WebRTC Meetings

3CX Webmeeting là gì?

3CX Webmeeting là một tiện ích mở rộng Chrome được phát triển bởi spereg53, và tính năng chính của nó là "Share your screen and co browse with 3CX WebRTC Meetings".

Ả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 3CX Webmeeting

Tải xuống các tệp mở rộng 3CX Webmeeting 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

                        este es el completo.                    

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

Tên 3CX Webmeeting 3CX Webmeeting
ID hhcfkgdbllagkfjdmmhhcanbehldemeg
URL Chính Thức https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg
Mô tả Share your screen and co browse with 3CX WebRTC Meetings
Kích Thước Tệp 33.22 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 7.7
Cập Nhật Lần Cuối 2015-02-27
Ngày Phát Hành 2015-02-27
Nhà Phát Triển spereg53
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "7.7",
    "name": "3CX Webmeeting",
    "short_name": "3CX WebRTC",
    "description": "Share your screen and co browse with 3CX WebRTC Meetings",
    "author": "3CX",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Send page link to others participants"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/conferencia.facir.com\/*"
        ]
    }
}