Hubgets Screen Share

Hubgets Screen share extension

Hubgets Screen Share là gì?

Hubgets Screen Share là một tiện ích mở rộng Chrome được phát triển bởi https://hubgets.com, và tính năng chính của nó là "Hubgets Screen share extension".

Ả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 Hubgets Screen Share

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

                        Enables screen sharing features in Hubgets. You will be able to share your screen with your team and other parties.

Hubgets is a communication and collaboration app that makes your business more productive. Free up to 20 team members.                    

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

Tên Hubgets Screen Share Hubgets Screen Share
ID afbegohpenghgnldhimopeoemdapmiio
URL Chính Thức https://chromewebstore.google.com/detail/hubgets-screen-share/afbegohpenghgnldhimopeoemdapmiio
Mô tả Hubgets Screen share extension
Kích Thước Tệp 13.76 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 0.0.1.3
Cập Nhật Lần Cuối 2017-01-26
Ngày Phát Hành 2017-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://hubgets.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hubgets.com
URL Trang Chính Sách Bảo Mật https://www.hubgets.com/company/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hubgets Screen Share",
    "author": "Hubgets",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Hubgets Screen share extension",
    "homepage_url": "https:\/\/hubgets.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "48": "icons\/pa_icon_48.png",
            "96": "icons\/[email protected]",
            "128": "icons\/pa_icon_128.png",
            "256": "icons\/[email protected]"
        }
    },
    "icons": {
        "16": "icons\/favicon_16x16.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon_128.png",
        "256": "icons\/[email protected]"
    },
    "permissions": [
        "https:\/\/*\/*",
        "desktopCapture",
        "tabs"
    ]
}