Vidthere Screen Capturing

Vidthere Screen Capturing

Vidthere Screen Capturing란 무엇입니까?

Vidthere Screen Capturing은(는) https://vidthere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vidthere Screen Capturing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vidthere Screen Capturing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a screen sharing app for the Vidthere video meetings platform.                    

확장 프로그램 기본 정보

이름 Vidthere Screen Capturing Vidthere Screen Capturing
ID gkfhieomjkcmeaaimpojkcomcbgjggep
공식 URL https://chromewebstore.google.com/detail/vidthere-screen-capturing/gkfhieomjkcmeaaimpojkcomcbgjggep
설명 Vidthere Screen Capturing
파일 크기 46.9 KB
설치 횟수 471
현재 버전 1.0.1
최근 업데이트 2021-02-04
출시 날짜 2020-06-30
평점 3.89/5 총 9 개의 평점
개발자 https://vidthere.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vidthere.com
도움말 페이지 URL https://support.saasuma.com
개인정보 보호 정책 페이지 URL https://vidthere.com/privacy
지원되는 언어 en-US
manifest.json
{
    "author": "Vidthere",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/vidthere.com\/*",
                "*:\/\/*.vidthere.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Vidthere Screen Capturing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vidthere Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "icon16.png",
        "icon48.png",
        "icon128.png"
    ]
}