Screen Recorder by Klip

Free 1-hr screen recording with voice and camera.

Что такое Screen Recorder by Klip?

Screen Recorder by Klip - это расширение Chrome, разработанное https://outklip.com, и его основная функция - "Free 1-hr screen recording with voice and camera.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Screen Recorder by Klip

Скачайте файлы расширений Screen Recorder by Klip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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\/*"
        ]
    }
}