Brochesia Mirroring

Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Brochesia Mirroring क्या है?

Brochesia Mirroring http://www.brochesia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand the functionality of the Brochesia platform and share the contents with your community during the live call."।

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

screenshot

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

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

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

                        Discover the new Brochesia Mirroring extension.
Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Installing this extension will allow you to share the Brochesia web portal link with other users.
Brochesia Mirroring is an extension that allows greater collaboration between users of the web portal, transmitting the computer screen                    

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

नाम Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
आधिकारिक URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
विवरण Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
फ़ाइल का आकार 286 KB
स्थापना संख्या 528
वर्तमान संस्करण 13
अंतिम अपडेट 2020-04-23
प्रकाशन तिथि 2020-04-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर http://www.brochesia.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.brochesia.com/privacy_policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Mirroring",
    "author": "Brochesia",
    "version": "13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.",
    "homepage_url": "https:\/\/www.brochesia.com",
    "background": {
        "scripts": [
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Your Screen"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "cookies",
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ]
}