BeLive Desktop

BeLive.tv Desktop Extension

BeLive Desktopคืออะไร?

BeLive Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://belive.tv และคุณลักษณะหลักของมันคือ "BeLive.tv Desktop Extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeLive Desktop

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

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

                        BeLive.tv is a web-based platform for engaging your audience on live networks.

This extension enables the Screen Sharing functionality for BeLive.tv users, and has no function outside of that.                    

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

ชื่อ BeLive Desktop BeLive Desktop
ID jcgoegpgdgklohplpnopagfbipaaddcl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl
คำอธิบาย BeLive.tv Desktop Extension
ขนาดไฟล์ 11.37 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2020-01-07
วันที่เผยแพร่ 2020-01-07
คะแนน 3.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://belive.tv
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://belive.tv
URL หน้าช่วยเหลือ https://help.belive.tv
ภาษาที่รองรับ en
manifest.json
{
    "author": "BeLive Studios LTD",
    "name": "BeLive Desktop",
    "description": "BeLive.tv Desktop Extension",
    "homepage_url": "https:\/\/belive.tv\/",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js",
            "background-v2-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/belive.tv\/*",
                "https:\/\/*.belive.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/belive.tv\/*",
            "https:\/\/*.belive.tv\/*"
        ]
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture",
        "system.cpu",
        "system.memory",
        "https:\/\/belive.tv\/*",
        "https:\/\/*.belive.tv\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "icon.png"
    ],
    "version": "1.2.1"
}