Creatr Screen Sharing

This extension will enable screen sharing for your Creatr live-stream

Creatr Screen Sharingคืออะไร?

Creatr Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creatr.me และคุณลักษณะหลักของมันคือ "This extension will enable screen sharing for your Creatr live-stream"

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

screenshot

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

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

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

                        This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams                    

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

ชื่อ Creatr Screen Sharing Creatr Screen Sharing
ID dkjhjdmkggcdbbbhffeoodagoepdiahp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp
คำอธิบาย This extension will enable screen sharing for your Creatr live-stream
ขนาดไฟล์ 28.82 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2016-10-25
วันที่เผยแพร่ 2016-10-25
ผู้พัฒนา https://creatr.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://creatr
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creatr Screen Sharing",
    "author": "Reveu, Inc.",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will enable screen sharing for your Creatr live-stream",
    "homepage_url": "http:\/\/creatr.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reveu.me\/*",
            "https:\/\/*.creatr.me\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}