Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

Record/Stream Screen Sharing Extensionคืออะไร?

Record/Stream Screen Sharing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MNS และคุณลักษณะหลักของมันคือ "Share your screen while recording or streaming."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Record/Stream Screen Sharing Extension

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

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

                        By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.                    

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

ชื่อ Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
คำอธิบาย Share your screen while recording or streaming.
ขนาดไฟล์ 9.54 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-09-25
วันที่เผยแพร่ 2018-09-25
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา MNS
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.mns.vc/privacy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "name": "Record\/Stream Screen Sharing Extension",
    "version": "1.0.0",
    "description": "Share your screen while recording or streaming.",
    "icons": {
        "128": "rec-vc-icon-128.png",
        "16": "rec-vc-icon-16.png",
        "48": "rec-vc-icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/my.rec.vc",
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "Record\/Stream Screen Sharing Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}