Circuit by Unify

This extension allows Circuit web client users to share their screen

Circuit by Unify란 무엇입니까?

Circuit by Unify은(는) https://yourcircuit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows Circuit web client users to share their screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Circuit by Unify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Circuit by Unify Circuit by Unify
ID mhkbaognlahkdimlfcfhbeihldmjofgg
공식 URL https://chromewebstore.google.com/detail/circuit-by-unify/mhkbaognlahkdimlfcfhbeihldmjofgg
설명 This extension allows Circuit web client users to share their screen
파일 크기 353 KB
설치 횟수 20,000
현재 버전 1.3.1801
최근 업데이트 2022-10-03
출시 날짜 2020-05-23
평점 4.70/5 총 121 개의 평점
개발자 https://yourcircuit.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.yourcircuit.com
지원되는 언어 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"
    }
}