Screen Capturing for ProVideomeeting

Extension to enable Screen Sharing for ProVideomeeting application

Screen Capturing for ProVideomeetingคืออะไร?

Screen Capturing for ProVideomeeting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://provideomeeting.com และคุณลักษณะหลักของมันคือ "Extension to enable Screen Sharing for ProVideomeeting application"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Capturing for ProVideomeeting

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

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

                        This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees.

What is ProVideomeeting?
- New level of online meetings.
- Show presentations, video files or share your screen. Communicate in a common chat room or via private messages.
- Modern HTML5 and WebRTC technologies, providing for high operation speed.
- More than 75 functions with a simple intuitive interface.

Discover new generation platform for video conferences                    

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

ชื่อ Screen Capturing for ProVideomeeting Screen Capturing for ProVideomeeting
ID jefofalaofaikkkpcekdgjchamdbkhgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh
คำอธิบาย Extension to enable Screen Sharing for ProVideomeeting application
ขนาดไฟล์ 5.69 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-05-23
วันที่เผยแพร่ 2017-05-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://provideomeeting.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://provideomeeting.com/
URL หน้านโยบายความเป็นส่วนตัว https://provideomeeting.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing for ProVideomeeting",
    "author": "NoviNexus Inc.",
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Extension to enable Screen Sharing for ProVideomeeting application",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/provideomeeting.com\/*",
                "*:\/\/*.provideomeeting.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}