Komodo Screen Recorder & SOP

Record screen and get a magical SOP with an AI Summary

Co je Komodo Screen Recorder & SOP?

Komodo Screen Recorder & SOP je rozšíření Chrome vyvinuté https://komododecks.com, a jeho hlavní funkcí je „Record screen and get a magical SOP with an AI Summary“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Komodo Screen Recorder & SOP

Stáhněte si soubory rozšíření Komodo Screen Recorder & SOP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Komodo Screen Recorder & SOP Komodo Screen Recorder & SOP
ID kodipildlgjdkoeokgibdlighekmebcg
Oficiální URL https://chromewebstore.google.com/detail/komodo-screen-recorder-so/kodipildlgjdkoeokgibdlighekmebcg
Popis Record screen and get a magical SOP with an AI Summary
Velikost souboru 544 KB
Počet instalací 10,000
Aktuální Verze 1.9.1
Poslední Aktualizace 2024-02-22
Datum Vydání 2021-04-16
Hodnocení 4.84/5 Celkem 37 Hodnocení
Vývojář https://komododecks.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.komododecks.com/
URL Stránky Nápovědy https://www.komododecks.com/
URL Stránky Zásad Ochrany Soukromí https://komododecks.com/privacy-policy
Podporované Jazyky 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\/*"
        ]
    }
}