Komodo Screen Recorder & SOP

Record screen and get a magical SOP with an AI Summary

Cos'è Komodo Screen Recorder & SOP?

Komodo Screen Recorder & SOP è un'estensione di Chrome sviluppata da https://komododecks.com, e la sua funzione principale è "Record screen and get a magical SOP with an AI Summary".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Komodo Screen Recorder & SOP

Scarica i file di estensione Komodo Screen Recorder & SOP 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

                        Introducing Komodo - Your Ultimate Screen Recording Tool

Komodo is much more than a screen recording tool. It offers 
 - Full Screen Recording 
 - SOP (Guides) Automatic Creation 
 - Cloud Editor - Easily and quickly edit your videos 
 - Page Builder - Build websites out of your video to enhance presence & context

📹 Easily Record Your Screen: Komodo offers a seamless screen recording experience, allowing you to effortlessly capture anything on your screen. Whether it's a product demo, project update, or UX review, Komodo makes recording a breeze right from your Chrome browser.

📃 Automatically Create Documentation with Komodo Guides: With Komodo Guides, you can automatically transform your screen recordings into detailed and interactive documentation. It's the perfect solution for creating step-by-step guides and standard operating procedures (SOPs) effortlessly.

“I love Komodo's video + guide and guide-only features on top of the video recording feature. It's particularly useful when writing step-by-step guides and SOPs.” - AppSumo User warp214

⏩ Unlimited Recording, Unlimited Videos: Unlike other screen recording software, Komodo's free plan offers unlimited screen recording duration and an unlimited number of videos. This sets it apart as a unique and cost-effective solution in the screen recording software space.

“Great alternative to Loom. This is incredibly useful for both training and documentation without needing to stop and start” - AppSumo User g273

📊 Real-Time Analytics: Gain valuable insights into how your users engage with your videos. Komodo provides real-time analytics and a daily summary, giving you a clear picture of how much of your content is being consumed.

Collaborate Seamlessly with Teams: Komodo's "Spaces" feature allows you to group teams together, facilitating seamless collaboration. Built-in annotation and commenting make it easy for teams to work together and provide feedback effectively.

“This software solves many of the problems of screen recording. I use Cloudapp and many times when I made mistakes I used not bother editing but instead created the same video again. It works for short videos, but when your video is longer, Komodo will cover me up.” - AppSumo User Camilo

A Streamlined Experience: Komodo has been designed from the ground up to be intuitive and non-intrusive. It aims to simplify the recording process, allowing you to effortlessly share your work with others.

Take your screen recording to the next level with Komodo. Record, collaborate, and share like never before. Try it today and experience the difference!                    

Informazioni di Base sull'Estensione

Nome Komodo Screen Recorder & SOP Komodo Screen Recorder & SOP
ID kodipildlgjdkoeokgibdlighekmebcg
URL Ufficiale https://chromewebstore.google.com/detail/komodo-screen-recorder-so/kodipildlgjdkoeokgibdlighekmebcg
Descrizione Record screen and get a magical SOP with an AI Summary
Dimensione del File 544 KB
Conteggio Installazioni 10,000
Versione Corrente 1.9.1
Ultimo Aggiornamento 2024-02-22
Data di Pubblicazione 2021-04-16
Valutazione 4.84/5 Totale 37 Valutazioni
Sviluppatore https://komododecks.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.komododecks.com/
URL della Pagina di Aiuto https://www.komododecks.com/
URL della Pagina della Politica sulla Privacy https://komododecks.com/privacy-policy
Lingue Supportate de,en,fr,ca,da,es,it,pl,cs,el,bg,ru,hi,bn,am-ET,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.9.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFvYQ\/mQRjUI6SLRgESnLnW3FMu5AKzWyavSAZA6BGpRsmTIzfZOQneXQueTf99aQ7edUeVQyDBFZUgady8XgC2DQVTG5T7PVtstTAF4eFQgNhQDVg96Mp18YpiFRFjVadQkpWhA6zmrLGkvD2SLmutxhtt9UYyKnk4KKPgvnlPzX\/2xfZDVUafPl8m9T4aW04ZLtPWlGcbxjUexZGNtNqLbljVBfHYXLyX1OsszntqoJ6gETzPubyHrpXEBM93j\/RZMLmTu1udrmYz0AQYcgeqh0FtnNG4TxINCpIq07zI9Nry7XJ9Pz73RJN58fT+t1sMrmLbXquWf7DbsWv978wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "107.0",
    "default_locale": "en",
    "permissions": [
        "",
        "https:\/\/*.komododecks.com\/*",
        "https:\/\/komododecks.com\/*",
        "activeTab",
        "storage",
        "notifications",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "icons": {
        "64": "static\/images\/icon\/icon.png"
    },
    "browser_action": {
        "default_icon": "static\/images\/icon\/icon.png",
        "default_title": "Komodo"
    },
    "background": {
        "scripts": [
            "dist\/bg\/rl-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/spaces.vatom.com\/*"
            ],
            "js": [
                "dist\/cs\/ui-variants\/rl-vatom-ui.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/cs\/rl-cs-root.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/cs\/rl-gmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "static\/*",
        "dist\/pages\/iframes\/*",
        "dist\/cs\/ui-variants\/*.css"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+K"
            }
        },
        "toggle-pause-recording": {
            "description": "__MSG_Shortcut_Pause_Resume_a_recording__"
        },
        "toggle-pause-guide": {
            "description": "__MSG_Shortcut_Pause_Resume_recording_guide_steps__"
        },
        "stop-recording": {
            "description": "__MSG_Shortcut_Stop_a_recording__"
        },
        "pip-camera": {
            "description": "__MSG_Shortcut_Picture_in_picture_camera__"
        },
        "hide-ui": {
            "description": "__MSG_Shortcut_Hide_UI__"
        }
    },
    "options_ui": {
        "page": "dist\/pages\/options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.komododecks.com\/*",
            "https:\/\/komododecks.com\/*"
        ]
    }
}