TrueConf Content Sharing Extension

This extension is designed to share content in TrueConf WebRTC conferences.

TrueConf Content Sharing Extension क्या है?

TrueConf Content Sharing Extension https://trueconf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is designed to share content in TrueConf WebRTC conferences."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में TrueConf Content Sharing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share your desktop or a specific application, show slides, photos, videos or documents during an in-browser conference! With TrueConf Server, quality content is just one click away.

TrueConf extension allows you to share your content in WebRTC video conferences for up to 250 users. You can invite people to join your conferences by sending them a link. TrueConf video conferences are fully secured and you are always in control of what is shared and when it is shared. The extension is compatible with Google Chrome 50+ and Chromium browsers.

To share your content, install this application, refresh your web conference page and choose which tab to show.                    

एक्सटेंशन की मूल जानकारी

नाम TrueConf Content Sharing Extension TrueConf Content Sharing Extension
ID plphehondjjchhnmgaaabelaobbkjofc
आधिकारिक URL https://chromewebstore.google.com/detail/trueconf-content-sharing/plphehondjjchhnmgaaabelaobbkjofc
विवरण This extension is designed to share content in TrueConf WebRTC conferences.
फ़ाइल का आकार 28.74 KB
स्थापना संख्या 1,959
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2018-02-21
प्रकाशन तिथि 2018-02-21
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://trueconf.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trueconf.com/products/server/video-conferencing-server.html
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "TrueConf",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "homepage_url": "https:\/\/trueconf.com\/",
    "icons": {
        "16": "icons\/logo_16.png",
        "24": "icons\/logo_24.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "64": "icons\/logo_64.png",
        "128": "icons\/logo_128.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "common.js",
            "chromeRequestHandler.js",
            "chromeDesktopCapture.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "config.js",
                "common.js",
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/public\/*",
                "*:\/\/*\/c\/*",
                "*:\/\/*\/webrtc\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}