Screen Recorder by Klip
Free 1-hr screen recording with voice and camera.
Cos'è Screen Recorder by Klip?
Screen Recorder by Klip è un'estensione di Chrome sviluppata da https://outklip.com, e la sua funzione principale è "Free 1-hr screen recording with voice and camera.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Recorder by Klip
Scarica i file di estensione Screen Recorder by Klip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Screen Recorder by Klip |
ID | lbcabedlbpobhpongobnfkbfceedgdjk |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-recorder-by-klip/lbcabedlbpobhpongobnfkbfceedgdjk |
Descrizione | Free 1-hr screen recording with voice and camera. |
Dimensione del File | 4.07 MB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 2.7.121 |
Ultimo Aggiornamento | 2023-04-28 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 4.16/5 Totale 49 Valutazioni |
Sviluppatore | https://outklip.com |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://outklip.com |
URL della Pagina di Aiuto | https://outklip.com/help |
URL della Pagina della Politica sulla Privacy | https://outklip.com/privacy |
Lingue Supportate | 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": [ " |