WebMeeting - Screen Sharing

Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.

WebMeeting - Screen Sharing là gì?

WebMeeting - Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://minimeeting.com.br, và tính năng chính của nó là "Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.".

Ả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 WebMeeting - Screen Sharing

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

                        O WebMeeting Screen Sharing permite que usuários usando WebMeeting Direct (plataforma para reuniões on-line) e WebMeeting Visit (para visitas à distância) possam fazer o compartilhamento de tela, durante as reuniões ou visitas.

Após a instalação, é necessário reiniciar o Google Chrome.                    

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

Tên WebMeeting - Screen Sharing WebMeeting - Screen Sharing
ID ecijlhkakkmfoilgmjkdnjpmednceink
URL Chính Thức https://chromewebstore.google.com/detail/webmeeting-screen-sharing/ecijlhkakkmfoilgmjkdnjpmednceink
Mô tả Developed primary for https://minimeeting.com.br/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 959 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2017-10-18
Ngày Phát Hành 2017-10-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://minimeeting.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.minimeeting.com.br
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebMeeting - Screen Sharing",
    "short_name": "WebMeeting SS",
    "description": "Developed primary for https:\/\/minimeeting.com.br\/. It doesn't do anything except capture content of your screen.",
    "author": "Atitude Midia Digital",
    "version": "1.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/minimeeting.com.br\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.minimeeting.com.br\/*",
                "*:\/\/minimeeting.com.br\/*",
                "*:\/\/*.wmvisit.com\/*",
                "*:\/\/wmvisit.com\/*",
                "*:\/\/*.wmvisit.com.br\/*",
                "*:\/\/wmvisit.com.br\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo_16x16.png",
        "48": "logo_48x48.png",
        "128": "logo_128x128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}