Brochesia Mirroring

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

ما هو Brochesia Mirroring؟

Brochesia Mirroring هو إضافة Chrome تم تطويرها بواسطة http://www.brochesia.com، والميزة الرئيسية لها هي "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Brochesia Mirroring

قم بتنزيل ملفات الامتداد Brochesia Mirroring بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}