Webcam Recorder

Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends.

Webcam Recorder란 무엇입니까?

Webcam Recorder은(는) Cute에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends."입니다.

확장 프로그램 스크린샷

screenshot

Webcam Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Webcam Recorder allows you to take a picture and record videos from your webcam and save them to your computer and Google Drive. 
Take pictures, videos directly from your Google Drive, and you can share them with your friends.
This app is a webcam recording tool that can capture image, video from webcams plugged in your computer and save JPG, video file to your Google Drive directly.                    

확장 프로그램 기본 정보

이름 Webcam Recorder Webcam Recorder
ID dpfkichfneimfhlodeijbmoijoieiodi
공식 URL https://chromewebstore.google.com/detail/webcam-recorder/dpfkichfneimfhlodeijbmoijoieiodi
설명 Take a picture and record videos from webcam and save them to Google Drive and PC. Share them with your friends.
파일 크기 46.29 KB
설치 횟수 6,118
현재 버전 2.0.3.5
최근 업데이트 2023-12-05
출시 날짜 2019-03-24
평점 3.50/5 총 4 개의 평점
개발자 Cute
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://imclient.herokuapp.com/cloudwebcam/
도움말 페이지 URL https://imclient.herokuapp.com/cloudwebcam/
지원되는 언어 en
manifest.json
{
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88.0.0.0",
    "version": "2.0.3.5"
}