Montage Screen Sharing

This Chrome extension allows you to share your screen with other interview participants.

Montage Screen Sharing là gì?

Montage Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://montagetalent.com, và tính năng chính của nó là "This Chrome extension allows you to share your screen with other interview participants.".

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

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

                        Montage Screen Sharing provides participants in a Live Video Interview the ability to share their screen. 

Montage's interviewing platform is the single solution to engage, interview and hire better candidates, faster.                    

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

Tên Montage Screen Sharing Montage Screen Sharing
ID kpdaolkakefdigaoijmjllkfnmmekfad
URL Chính Thức https://chromewebstore.google.com/detail/montage-screen-sharing/kpdaolkakefdigaoijmjllkfnmmekfad
Mô tả This Chrome extension allows you to share your screen with other interview participants.
Kích Thước Tệp 26.65 KB
Số Lần Cài Đặt 889
Phiên Bản Hiện Tại 1.0.1.3
Cập Nhật Lần Cuối 2019-03-21
Ngày Phát Hành 2019-03-21
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://montagetalent.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Montage Screen Sharing",
    "author": "Montage Talent, Inc.",
    "version": "1.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen with other interview participants.",
    "homepage_url": "http:\/\/www.montagetalent.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}