Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

Brochesia Screen Sharingคืออะไร?

Brochesia Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.brochesia.com และคุณลักษณะหลักของมันคือ "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brochesia Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย Brochesia Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
คำอธิบาย This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
ขนาดไฟล์ 5.45 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2019-04-12
วันที่เผยแพร่ 2019-04-12
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://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 Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}