Ubiq

Ubiq chrome extension for https://present.goubiq.com/*.

Ubiq là gì?

Ubiq là một tiện ích mở rộng Chrome được phát triển bởi https://present.goubiq.com, và tính năng chính của nó là "Ubiq chrome extension for https://present.goubiq.com/*.".

Ả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 Ubiq

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

                        Ubiq allows your conference rooms to be cable-free. No more HDMI, VGA, Dongles in the conference room again. Anyone can walk into your conference room, and start a cable-free presentation in seconds. This is the Ubiq client app for chrome extension. Using this extension you should now be able to connect to a Ubiq device and start screen-sharing instantly.                    

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

Tên Ubiq Ubiq
ID dbdibdbbenjkpmdjnannkgdehgegcopo
URL Chính Thức https://chromewebstore.google.com/detail/ubiq/dbdibdbbenjkpmdjnannkgdehgegcopo
Mô tả Ubiq chrome extension for https://present.goubiq.com/*.
Kích Thước Tệp 5.64 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2022-05-19
Ngày Phát Hành 2019-12-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://present.goubiq.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/80072039
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ubiq",
    "description": "Ubiq chrome extension for https:\/\/present.goubiq.com\/*.",
    "homepage_url": "https:\/\/www.goubiq.com\/",
    "version": "0.4",
    "background": {
        "scripts": [
            "capturedesktop.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Ubiq"
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/present.goubiq.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/present.goubiq.com\/*"
            ],
            "js": [
                "communication.min.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/present.goubiq.com\/*"
        ]
    }
}