OneScreen Hype Screenshare

Extension to allow screen sharing in OneScreen Hype web client.

OneScreen Hype Screenshare là gì?

OneScreen Hype Screenshare là một tiện ích mở rộng Chrome được phát triển bởi OneScreen Solutions, và tính năng chính của nó là "Extension to allow screen sharing in OneScreen Hype web client.".

Ả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 OneScreen Hype Screenshare

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

                        OneScreen Hype extension to allow Screen-sharing in Hype.                    

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

Tên OneScreen Hype Screenshare OneScreen Hype Screenshare
ID bmacedhloedmigdnopiioodmjcobbhlh
URL Chính Thức https://chromewebstore.google.com/detail/onescreen-hype-screenshar/bmacedhloedmigdnopiioodmjcobbhlh
Mô tả Extension to allow screen sharing in OneScreen Hype web client.
Kích Thước Tệp 17.11 KB
Số Lần Cài Đặt 757
Phiên Bản Hiện Tại 2.0.0.22
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2020-06-23
Nhà Phát Triển OneScreen Solutions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hype.onescreensolutions.com
URL Trang Chính Sách Bảo Mật https://www.onescreensolutions.com/en/privacy-policy-terms-and-conditions
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "OneScreen Hype Screenshare",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Screen sharing for OneScreen Hype web client",
    "version": "2.0.0.22",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Extension to allow screen sharing in OneScreen Hype web client.",
    "externally_connectable": {
        "matches": [
            "https:\/\/webrtc.claryicon.com\/*",
            "https:\/\/hype.claryicon.com\/*",
            "https:\/\/video.liceosejercito.edu.co\/*",
            "https:\/\/124.109.50.248\/*",
            "https:\/\/124.109.50.249\/*",
            "https:\/\/124.109.50.250\/*",
            "https:\/\/124.109.50.251\/*",
            "https:\/\/124.109.50.252\/*",
            "https:\/\/claryiconhype.nayatel.com\/*",
            "https:\/\/175.107.63.60\/*",
            "https:\/\/kpk-hype.onescreensolutions.com\/*",
            "https:\/\/190.216.129.158\/*",
            "https:\/\/192.168.0.5\/*",
            "https:\/\/saludtotal.claryicon.com.co\/*",
            "https:\/\/saludtotal.claryicon.com.co\/*",
            "https:\/\/staging2.onescreensolutions.com\/*",
            "https:\/\/staging3.onescreensolutions.com\/*",
            "https:\/\/staging1.onescreensolutions.com\/*",
            "https:\/\/staging4.onescreensolutions.com\/*",
            "https:\/\/staging5.onescreensolutions.com\/*",
            "https:\/\/staging6.onescreensolutions.com\/*",
            "https:\/\/test1.onescreensolutions.com\/*",
            "https:\/\/test2.onescreensolutions.com\/*",
            "https:\/\/test3.onescreensolutions.com\/*",
            "https:\/\/ric.claryicon.com\/*",
            "https:\/\/10.0.0.65\/*",
            "https:\/\/10.10.178.79\/*",
            "https:\/\/10.0.0.162\/*",
            "https:\/\/192.168.2.43\/*",
            "https:\/\/192.168.1.43\/*",
            "https:\/\/47.106.190.113\/*",
            "https:\/\/hype.telware.net\/*",
            "https:\/\/hype.onescreensolutions.com\/*",
            "https:\/\/hype1.onescreensolutions.com\/*",
            "https:\/\/hype2.onescreensolutions.com\/*",
            "https:\/\/hype3.onescreensolutions.com\/*",
            "https:\/\/hype4.onescreensolutions.com\/*",
            "https:\/\/hype5.onescreensolutions.com\/*",
            "https:\/\/vdc.gfg.com.pk\/*",
            "https:\/\/10.117.1.100\/*",
            "https:\/\/192.198.30.100\/*",
            "https:\/\/onescreen.diamondresorts.com\/*",
            "https:\/\/www.vida-telehealth.org\/*",
            "https:\/\/*\/*"
        ]
    },
    "icons": {
        "128": "clary_128.png",
        "16": "clary_16.png",
        "48": "clary_48.png"
    },
    "browser_action": {
        "default_icon": "clary_48.png"
    }
}