Screen Mirroring

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

什麼是Screen Mirroring?

Screen Mirroring是由https://iconicussoft.com開發的Chrome擴展程式,該擴展的主要功能是“Mirroring screen or specific application's screen on any HTTPS domain.”。

擴展截圖

screenshot

下載Screen Mirroring擴展crx文件

下載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
官方網址 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"
    ]
}