Gyde: AI Documentation in Video & Screenshots

Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.

What is Gyde: AI Documentation in Video & Screenshots?

Gyde: AI Documentation in Video & Screenshots is a Chrome extension developed by https://www.gyde.ai, and its main feature is "Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Gyde: AI Documentation in Video & Screenshots Extension CRX File

Download Gyde: AI Documentation in Video & Screenshots extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ▶ Why waste hours on creating text documentation & guides manually?

Save hours daily creating video and screenshot documentation by utilizing Gyde – a #productivityhack extension that automatically turns any process into a step-by-step guide in both video and screenshot format in SECONDS - You heard it right - blink, and you'll have a guide ready. It's that fast!

Give it a shot!⚡

▶ Where can you use Gyde?

Showing a teammate how a particular workflow goes about
Assisting customers in solving their queries
Helping employees train on any software application
Answering any questions that require step-by-step explanation

OR in creating

▶ How-to guides
▶ Standard Operating Procedures (SOPs)
▶ Software documentation 
▶ Training manuals 
▶ Walkthroughs
▶ Product updates
▶ Knowledge base
▶ New employee onboarding

And much more!

▶ How to use this extension in 3 easy steps? 

Step 1 - Capture

Open the process for which you want to create a guide on your browser.

Perform the steps you want to include in the guide.

Gyde will automatically generate step titles & screenshots for each step performed and simultaneously record a video.

💪BONUS Benefits:
You can blur the confidential details in the screenshot while capturing.
Video guide will also have the voice auto-generated 


Step 2 - Customize

You can customize the guide by adding/deleting steps and editing text/screenshots.

💪BONUS Benefits:
With just a click, you can refine step titles with the AI Text-Enhancer feature. 
You can also gray out the rest of the area except the step to focus on it more.


Step 3 - Share

Click Save, and your video & screenshots guide URL is ready to share!!


💪BONUS Benefits:
You can download the guide in PDF or MP4 format for offline usage.
You can also embed it in a knowledge base.


▶  What do users love about Gyde?

"Previously, my team used to spend a lot of time explaining to customers how to complete a process in my application. If I had found Gyde earlier, it would have saved my team 1000s of hours. Gyde is incredibly user-friendly and has become a lifesaver!!"
Pritesh Baviskar, Co-founder Storeplum

"I really enjoy using Gyde to quickly send clear and easy-to-follow instructions to my clients. Highly recommended for anyone tired of manual documentation!"
Nachiket Dhavalikar, CEO, Studio Albatross

"Biggest game changer for my company! Gyde has helped me train my whole team on various application process faster than any other method and effortless" 
Tanmay Dighe, Founder, HackXSecurity

Ready to see Gyde in action? 

Download the extension now!
And leave guidance to us - You achieve your business goals🚀                    

Extension Basic Information

Name Gyde: AI Documentation in Video & Screenshots Gyde: AI Documentation in Video & Screenshots
ID nijhhcoccbcbkhjihfongicomflmflkk
Official URL https://chromewebstore.google.com/detail/gyde-ai-documentation-in/nijhhcoccbcbkhjihfongicomflmflkk
Description Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.
File Size 191 KB
Installation Count 182
Current Version 1.6.8
Last Updated 2024-02-12
Publish Date 2023-04-25
Rating 5.00/5 Total 22 Ratings
Developer https://www.gyde.ai
Email [email protected]
Payment Type free
Extension Website https://gyde.ai
Help Page URL https://gyde.ai/support
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqQqaZB7pu09djRUHfyUbUZvz\/mnTRjipM0uq9vTWOIAR6kwWJ8skw4Yz7tZA5XEEBEust9Couhrm7Ud7BWg\/fk0gZKQvjaMOCNGEcf8tCrGEpCcMvB5h0HgGHrFhm4iTZ+GprdbGsv9zxRPUH3C4PVV7T83vMLXjmZoBDuUdU0oaLryCZatWK9IzJ9UgxR\/mQE3tnp7jjiNYwQPXcWHM6GjJY5RNCB85cNSFesdyzLN\/6PcdZ4JQZaYyYalUu29zGat83TdoHzDRyGbay\/1I6DCJ1k3me7ANZqEdshDClfuOBduW8nhnzeXgoUHUIdeaSwJgWHsp3iZViiXmwyb9EQIDAQAB",
    "name": "Gyde: AI Documentation in Video & Screenshots",
    "version": "1.6.8",
    "description": "Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.",
    "icons": {
        "128": "logo128.png"
    },
    "action": {
        "default_title": "Gyde"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Gydeflows.js",
                "jquery.min.js",
                "fontawesome.js",
                "gydelogo.png",
                "blur.png",
                "undo.png",
                "ovarlay.png",
                "no-ovarlay.png",
                "video.png",
                "no-video.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gyde.ai\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Gydeflows.css"
            ],
            "js": [
                "jquery.min.js",
                "Gydeflows.js",
                "fontawesome.js"
            ]
        }
    ]
}