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
公式URL 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
Eメール [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"
        ]
    }
}