Screen Mirroring

Mirroring screen or specific application's screen on any HTTPS domain.

Screen Mirroringคืออะไร?

Screen Mirroring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://iconicussoft.com และคุณลักษณะหลักของมันคือ "Mirroring screen or specific application's screen on any HTTPS domain."

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

screenshot

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

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

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

                        Extension for screen sharing using WEBRTC. This app mainly developed for iconicusdesk. Iconicusdesk is a product of Iconicus softwares pvt ltd, valsad. If you have subscription of iconicusdesk then you should install this for chrome. 

This app not providing any kind of visualisation to user on browser.                    

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

ชื่อ Screen Mirroring Screen Mirroring
ID dnnijefgdadibfalnpfjgieiipdekcdd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-mirroring/dnnijefgdadibfalnpfjgieiipdekcdd
คำอธิบาย Mirroring screen or specific application's screen on any HTTPS domain.
ขนาดไฟล์ 19.26 KB
จำนวนการติดตั้ง 13,073
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2018-10-23
วันที่เผยแพร่ 2018-10-22
คะแนน 2.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://iconicussoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "author": "ISPL",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/www.iconicussoft.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Mirroring screen or specific application's screen on any HTTPS domain.",
    "homepage_url": "https:\/\/www.iconicussoft.com\/",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgrYXCkJlkPv8+a+0g2\/+pYyX7ERBpk6Up5DbXdgkOE\/74U8uJnaAjmBULw9llS2J4\/i9dNT9e8sT2SbUhbJwJv9n+P+bdwg7IyEkgyChMS12e2keUsiOe3wwXvA+f21Q57JOzjRfU\/e5N4TCzXDIRPK6j8b7vqs8wI0S1J8oGdXD3fw8sKUuLNPO5AfNOBKgBwZadR2iCl56PBz6gqobBiLNmc\/T3+xoziXnxc2okjF6fW6N2WAvUu1HVGglYxVs\/6DjWfetZ7uJxeGvbqnfdUFd1hAds8fEYRyYdsltc6Um4xYB8HxJVlHfq5VgR\/+Q8Dz3gSykcBAF3ALwFC1zTQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Screen Mirroring",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5",
    "web_accessible_resources": [
        "icon.png"
    ]
}