blum screen sharing

blum telehealth screen sharing - Chrome extension

blum screen sharingคืออะไร?

blum screen sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blumtelehealth.17 และคุณลักษณะหลักของมันคือ "blum telehealth screen sharing - Chrome extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย blum screen sharing

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

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

                        Using a chrome Browser, blum telehealth screen sharing extension enables user to share entire screen or specific application over a live video conference on blum telelhealth platform. This extension runs on HTTPS which will keep data transmission safe and secure. 

This will enable user to share screen, but doesn't allows to share mouse or other controls. 

While sharing your screen it allows to opt any of the three possibilities:

- Share complete screen

- Specific Application Window

- Chrome Browser Tab 

After adding this extension successfully, you will need to refresh your screen if you are already on a live call. 

To share your screen:

- On live call, Click on 'SHARE SCREEN' appearing on live call.

- Select one of the option 'Entire Screen' or 'Application Window' or 'Chrome Tab'.

- Click on 'Share' to start your sharing with other participants. 

To stop sharing user 'STOP SHARING' control. 

Please reach blum telehealth administrator if any issues/ confusions.                    

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

ชื่อ blum screen sharing blum screen sharing
ID cjkpeibcgjhcejjanaegpiaennmlhfpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blum-screen-sharing/cjkpeibcgjhcejjanaegpiaennmlhfpn
คำอธิบาย blum telehealth screen sharing - Chrome extension
ขนาดไฟล์ 12.12 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.0.0.8
อัปเดตครั้งล่าสุด 2017-07-17
วันที่เผยแพร่ 2017-07-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา blumtelehealth.17
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blumtelehealth.com/view/login.html
URL หน้าช่วยเหลือ https://blumtelehealth.com/view/faq.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blum screen sharing",
    "author": "blum",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "blum telehealth screen sharing - Chrome extension",
    "homepage_url": "https:\/\/blumtelehealth.com\/view\/login.html",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/blumtelehealth.com\/*",
                "https:\/\/www.blumtelehealth.com\/*",
                "https:\/\/portal.yourdoc2u.com\/*",
                "https:\/\/stg.blumtelehealth.com\/*",
                "https:\/\/yourdoc2ustg.blumtelehealth.com\/*",
                "https:\/\/blumblum15.galaxysofttech.co.in\/*",
                "https:\/\/y2ublum15.galaxysofttech.co.in\/*",
                "https:\/\/blumprod.galaxysofttech.co.in\/*",
                "https:\/\/blumyourdoc2u.galaxysofttech.co.in\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}