Circuit by Unify

This extension allows Circuit web client users to share their screen

Circuit by Unify là gì?

Circuit by Unify là một tiện ích mở rộng Chrome được phát triển bởi https://yourcircuit.com, và tính năng chính của nó là "This extension allows Circuit web client users to share their screen".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Circuit by Unify

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

                        The Circuit extension is included as part of the Circuit web client application and provides Screen Share functionality. 
Share your screen with other participants when you start a conversation or add screen sharing to an existing conversation to make your meetings more engaging and collaborative. You choose which screen or desktop application you want to share.
For more information about Circuit visit us at: http://www.yourcircuit.com

Unify is one of the world’s leading communications software and services firms, providing integrated communications solutions for approximately 75 percent of the Fortune Global 500. Our solutions unify multiple networks, devices and applications into one easy-to-use platform that allows teams to engage in rich and meaningful conversations. The result is a transformation of how the enterprise communicates and collaborates that amplifies collective effort, energizes the business, and enhances business performance. Unify has a strong heritage of product reliability, innovation, open standards and security.                    

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

Tên Circuit by Unify Circuit by Unify
ID mhkbaognlahkdimlfcfhbeihldmjofgg
URL Chính Thức https://chromewebstore.google.com/detail/circuit-by-unify/mhkbaognlahkdimlfcfhbeihldmjofgg
Mô tả This extension allows Circuit web client users to share their screen
Kích Thước Tệp 353 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.3.1801
Cập Nhật Lần Cuối 2022-10-03
Ngày Phát Hành 2020-05-23
Đánh Giá 4.70/5 Tổng số 121 Đánh Giá
Nhà Phát Triển https://yourcircuit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.yourcircuit.com
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Circuit by Unify",
    "version": "1.3.1801",
    "description": "__MSG_appDesc__",
    "short_name": "Circuit",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "desktopCapture",
        "tabs",
        "storage",
        "https:\/\/eu.yourcircuit.com\/*",
        "https:\/\/na.yourcircuit.com\/*"
    ],
    "optional_permissions": [
        "https:\/\/*\/*",
        "management",
        "privacy"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "19": "img\/circuit_19x19.png",
            "38": "img\/circuit_38x38.png"
        },
        "default_title": "Circuit"
    },
    "icons": {
        "16": "img\/circuit_128x128.png",
        "128": "img\/circuit_128x128.png"
    }
}