myViewBoard extension

myViewBoard.com in a Google Chrome extension

什麼是myViewBoard extension?

myViewBoard extension是由https://myviewboard.com開發的Chrome擴展程式,該擴展的主要功能是“myViewBoard.com in a Google Chrome extension”。

擴展截圖

screenshot

下載myViewBoard extension擴展crx文件

下載myViewBoard extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        myViewBoard extension aim to have seamless integration within myViewBoard ecoSystem, user will be able to use their google account sign in to myviewboard.com follows google's user consent policy and recieve or send screen to myviewboard software with secure Webrtc protocol.                    

擴展基本資訊

名稱 myViewBoard extension myViewBoard extension
ID bflolcmnokpcochfhappdfipeficedjf
官方網址 https://chromewebstore.google.com/detail/myviewboard-extension/bflolcmnokpcochfhappdfipeficedjf
簡介 myViewBoard.com in a Google Chrome extension
檔案大小 5.83 MB
安裝次數 138,183
目前版本 2.27.2
更新時間 2022-06-28
上架時間 2021-02-01
評分 4.20/5 共 5 次評分
開發者 https://myviewboard.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://myviewboard.com
說明頁面URL https://support.viewsonic.com/support/solutions/33000134368
隱私政策頁面URL https://myviewboard.com/policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "myViewBoard extension",
    "description": "myViewBoard.com in a Google Chrome extension",
    "version": "2.27.2",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "96": "96x96.png"
    },
    "permissions": [
        "identity",
        "tabs",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.myviewboard.com\/*",
            "*:\/\/myviewboard.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    },
    "content_security_policy": "script-src https:\/\/js.monitor.azure.com  https:\/\/*.google.com https:\/\/*.gstatic.com https:\/\/ssl.google-analytics.com 'self' 'unsafe-eval' 'sha256-QgdblxjNFRYHNnQR+3dKzeSO5C8\/NSgNC7ShNjbjvos=' 'sha256-0Qu\/uZ0lxLtX\/6ipc3REDULZOZGPbl4S9ZS3\/Kq3kmQ=' 'sha256-nDL7kkG+omqENx1tftiec4SstEZV682vArOgSffGKng=' ; object-src 'self'",
    "web_accessible_resources": [
        "icon.png",
        "favicon.ico",
        "assets\/extension\/react-web-marker\/index.html"
    ],
    "oauth2": {
        "client_id": "11040883588-duufkdrc4d0i2d8rumkoi7ul8rm03k57.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.domain.readonly"
        ]
    }
}