TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

TwentyThree Screen Sharingคืออะไร?

TwentyThree Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://twentythree.net และคุณลักษณะหลักของมันคือ "Allow live streaming, screen sharing and video recording with TwentyThree."

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

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

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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

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

ชื่อ TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
คำอธิบาย Allow live streaming, screen sharing and video recording with TwentyThree.
ขนาดไฟล์ 11.68 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-12-19
วันที่เผยแพร่ 2017-12-19
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://twentythree.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.twentythree.net
URL หน้าช่วยเหลือ https://www.twentythree.net/help
URL หน้านโยบายความเป็นส่วนตัว https://www.twentythree.net/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}