Circuit by Unify

This extension allows Circuit web client users to share their screen

Circuit by Unify क्या है?

Circuit by Unify https://yourcircuit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows Circuit web client users to share their screen"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Circuit by Unify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}