MDS Screen-sharing

MDS Desktop Capture Extension

MDS Screen-sharingคืออะไร?

MDS Screen-sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mdspbx.com และคุณลักษณะหลักของมันคือ "MDS Desktop Capture Extension"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MDS Screen-sharing

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

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

                        MDS Screen-sharing

This extension allows your Chrome browser to share your screen during video collaboration meetings on the MDS Amiba cloud PBX.                    

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

ชื่อ MDS Screen-sharing MDS Screen-sharing
ID miljooondeplbfkikdnhelfcligchpll
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mds-screen-sharing/miljooondeplbfkikdnhelfcligchpll
คำอธิบาย MDS Desktop Capture Extension
ขนาดไฟล์ 15.51 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-03-09
วันที่เผยแพร่ 2016-03-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://mdspbx.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mdsamiba.com
URL หน้าช่วยเหลือ http://www.mdsamiba.com/support/faqs-86.html
URL หน้านโยบายความเป็นส่วนตัว http://www.mdsgateways.com/privacypolicy/softphone.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDS Screen-sharing",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/videoRoom\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "description": "MDS Desktop Capture Extension",
    "icons": {
        "128": "mdslogo1.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ]
}