Screen Recorder by Klip

Free 1-hr screen recording with voice and camera.

Screen Recorder by Klip क्या है?

Screen Recorder by Klip https://outklip.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free 1-hr screen recording with voice and camera."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Screen Recorder by Klip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}