Screen Recorder by Klip

Free 1-hr screen recording with voice and camera.

Screen Recorder by Klip란 무엇입니까?

Screen Recorder by Klip은(는) https://outklip.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free 1-hr screen recording with voice and camera."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Screen Recorder by Klip 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Record your computer screen with voiceover and thumbnail camera. Make 1-hr recordings, edit videos and host videos for free.

Capture tutorials, gameplay, and more with lightning speed and perfect clarity. Klip is perfect for teachers, marketers, YouTubers, software developers & testers, business owners and anyone who just wants to make an attractive video without the headache. 

////// Benefits //////
Record professional-quality screen recordings. Some examples of videos that can be made:
+ Videos for your YouTube channel
+ Online lectures & meetings
+ Website recording
+ Google Jamboard, Slides and Canva presentations
+ Software bug reporting 

////// Main Features //////
+ Several recording options: 1. whole screen with voiceover and thumbnail camera 2. browser tab only with tab audio 3. camera only
+ Recordings hosted online with shareable link
+ Online video editor 
+ Download videos in mp4 format
+ Google Drive and YouTube integrations for direct upload

////// Screen Recorder //////
+ Record whole screen with voiceover and camera inset
+ Record browser tab only with voiceover and tab audio. The browser navigation bar is not captured in the recording.
+ Record camera only with voiceover
+ 720p default video resolution, 1080p and 4K video resolution available for paid subscribers 
+ Optionally use avatar image instead of camera
+ Pause/Resume recording
+ Movable and resizable camera/avatar thumbnail

////// Online Video Editor //////
+ Essential video editing tools: trim & cut, crop, change video speed, add watermark, add soundtrack, make GIF, Zoom in and Out, add captions & images, etc.
+ Frame-accurate video editing
+ Fast to edit and easy to use
+ You can also import videos for editing

////// Share Video //////
+ Recording is hosted at an unlisted & unique video link
+ You can share the video link with others 
+ Viewers can comment on your video
+ Get email notifications on video views and comments
+ Alternatively, you can download the video in mp4 format, or upload to Google Drive or YouTube
+ Add call-to-action button on video
+ Paid subscribers can customize video webpage with their logo

//////  Pricing ////// 
Basic Plan -- $0 -- Free & unlimited trial of basic Klip features
Includes:
+ 1-hr time limit
+ 1GB storage limit
+ 720p video quality 
+ Up to 100MB video import 
+ Basic video editing
+ 1-Year video and audio expiration 
+ Video watermark 

Subscription Plan -- US$8 per month when billed annually -- Exclusive screen recording freedom, customization & features.
All Basic Features, PLUS: 
+ No time limit
+ No watermark 
+ 20GB storage limit
+ Up to 4K video quality 
+ Up to 2GB video import 
+ No video expiration
+ Full video editing features
+ Video webpage customization 
+ Call-to-Action button

Domain-Wide License -- Contact [email protected] for quote -- Klip away with a domain-wide license perfect for schools, districts and organizations.
All Subscription Features, PLUS:
+ Bulk purchase discount
+ Purchase order payment
+ Personalized training and user demo 
+ Phone and email support

//////  Keyboard Shortcuts ////// 
Open chrome://extensions/shortcuts to configure shortcuts.

* YouTube™ and Google Drive™ are trademarks of Google Inc. Use of these trademarks is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Screen Recorder by Klip Screen Recorder by Klip
ID lbcabedlbpobhpongobnfkbfceedgdjk
공식 URL https://chromewebstore.google.com/detail/screen-recorder-by-klip/lbcabedlbpobhpongobnfkbfceedgdjk
설명 Free 1-hr screen recording with voice and camera.
파일 크기 4.07 MB
설치 횟수 10,000
현재 버전 2.7.121
최근 업데이트 2023-04-28
출시 날짜 2020-04-08
평점 4.16/5 총 49 개의 평점
개발자 https://outklip.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://outklip.com
도움말 페이지 URL https://outklip.com/help
개인정보 보호 정책 페이지 URL https://outklip.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Recorder by Klip",
    "short_name": "Klip",
    "author": "Sunil Kowlgi",
    "version": "2.7.121",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Free 1-hr screen recording with voice and camera.",
    "homepage_url": "https:\/\/outklip.com",
    "background": {
        "scripts": [
            "build\/background\/background.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "Screen Recorder",
        "default_popup": "dropdown\/dropdown.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/outklip.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "css": [
                "content\/jquery-ui\/jquery-ui.min.css",
                "css\/all.min.css"
            ],
            "js": [
                "content\/jquery-3.2.1.min.js",
                "content\/jquery.history.js",
                "content\/jquery-ui\/jquery-ui.min.js",
                "build\/content\/content.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/outklip.com\/*"
            ],
            "js": [
                "content\/firebase-app.js",
                "content\/firebase-auth.js",
                "content\/firebase-database.js",
                "content\/jquery-3.2.1.min.js",
                "content\/moment.min.js",
                "build\/content\/id_token.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "https:\/\/www.googleapis.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "optional_permissions": [
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "content\/content.html",
        "micpermission\/getmic.css",
        "micpermission\/getmic.html",
        "camerapermission\/getcamera.css",
        "camerapermission\/getcamera.html",
        "build\/camerapermission\/getcamera.min.js",
        "lastvideo.html",
        "settings.html",
        "content\/assets\/outklip_highlight_mouse.cur",
        "css\/webfonts\/fa-solid-900.eot",
        "css\/webfonts\/fa-solid-900.svg",
        "css\/webfonts\/fa-solid-900.ttf",
        "css\/webfonts\/fa-solid-900.woff",
        "css\/webfonts\/fa-solid-900.woff2",
        "css\/webfonts\/fa-brands-400.eot",
        "css\/webfonts\/fa-brands-400.svg",
        "css\/webfonts\/fa-brands-400.ttf",
        "css\/webfonts\/fa-brands-400.woff",
        "css\/webfonts\/fa-brands-400.woff2",
        "css\/webfonts\/fa-regular-400.eot",
        "css\/webfonts\/fa-regular-400.svg",
        "css\/webfonts\/fa-regular-400.ttf",
        "css\/webfonts\/fa-regular-400.woff",
        "css\/webfonts\/fa-regular-400.woff2",
        "css\/webfonts\/Inter-Regular.ttf",
        "css\/webfonts\/Inter-Regular.woff",
        "css\/webfonts\/Inter-Regular.woff2",
        "css\/all.min.css"
    ],
    "commands": {
        "start-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start recording"
        },
        "stop-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Stop recording"
        },
        "pause-resume-recording": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Pause\/Resume recording"
        },
        "cancel-recording": {
            "description": "Cancel recording"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+O"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.outklip.com\/*"
        ]
    }
}