Direct - Screen Sharing

O Direct Screen Sharing permite que os usuários possam realizar o compartilhamento de tela, durante os eventos via Direct.

Direct - Screen Sharing là gì?

Direct - Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi Atitude Midia Digital, và tính năng chính của nó là "O Direct Screen Sharing permite que os usuários possam realizar o compartilhamento de tela, durante os eventos via Direct.".

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

screenshot
screenshot

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

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

                        Com WebMeeting® Direct você consegue:

1. Alinhar estratégias e táticas com o time de vendas, atacadistas e distribuidores para atingimento de metas;

2. Anunciar ontime acontecimentos relevantes dentro da empresa;

3. Dar feedback frequente para perfeito alinhamento do time;

4. Reuniões de coaching com grupos dispersos à distância, etc, sem necessidade de instalações, acesse diretamente do navegador.                    

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

Tên Direct - Screen Sharing Direct - Screen Sharing
ID jamknbddicghlcehdicjojpailhhnpgi
URL Chính Thức https://chromewebstore.google.com/detail/direct-screen-sharing/jamknbddicghlcehdicjojpailhhnpgi
Mô tả O Direct Screen Sharing permite que os usuários possam realizar o compartilhamento de tela, durante os eventos via Direct.
Kích Thước Tệp 34.42 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2018-10-11
Ngày Phát Hành 2018-10-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Atitude Midia Digital
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://wmdirect.com.br
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct - Screen Sharing",
    "author": "Atitude Midia Digital.",
    "version": "0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "O Direct Screen Sharing permite que os usu\u00e1rios possam realizar o compartilhamento de tela, durante os eventos via Direct.",
    "homepage_url": "https:\/\/wmdirect.com.br",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wmdirect.com.br\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo_128x128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}