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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}