Komodo Screen Recorder & SOP

Record screen and get a magical SOP with an AI Summary

ما هو Komodo Screen Recorder & SOP؟

Komodo Screen Recorder & SOP هو إضافة Chrome تم تطويرها بواسطة https://komododecks.com، والميزة الرئيسية لها هي "Record screen and get a magical SOP with an AI Summary".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Komodo Screen Recorder & SOP

قم بتنزيل ملفات الامتداد Komodo Screen Recorder & SOP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Komodo Screen Recorder & SOP Komodo Screen Recorder & SOP
ID kodipildlgjdkoeokgibdlighekmebcg
عنوان URL الرسمي https://chromewebstore.google.com/detail/komodo-screen-recorder-so/kodipildlgjdkoeokgibdlighekmebcg
الوصف Record screen and get a magical SOP with an AI Summary
حجم الملف 544 KB
عدد التثبيتات 10,000
النسخة الحالية 1.9.1
آخر تحديث 2024-02-22
تاريخ النشر 2021-04-16
تقييم 4.84/5 مجموع تقييمات 37
المطور https://komododecks.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.komododecks.com/
عنوان صفحة المساعدة https://www.komododecks.com/
عنوان صفحة سياسة الخصوصية https://komododecks.com/privacy-policy
اللغات المدعومة 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\/*"
        ]
    }
}