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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}