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.

O que é Gyde: AI Documentation in Video & Screenshots?

Gyde: AI Documentation in Video & Screenshots é uma extensão do Chrome desenvolvida por https://www.gyde.ai, e sua principal característica é "Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gyde: AI Documentation in Video & Screenshots

Baixe arquivos de extensão Gyde: AI Documentation in Video & Screenshots no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ▶ 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🚀                    

Informações Básicas da Extensão

Nome Gyde: AI Documentation in Video & Screenshots Gyde: AI Documentation in Video & Screenshots
ID nijhhcoccbcbkhjihfongicomflmflkk
URL Oficial https://chromewebstore.google.com/detail/gyde-ai-documentation-in/nijhhcoccbcbkhjihfongicomflmflkk
Descrição Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.
Tamanho do Arquivo 191 KB
Contagem de Instalações 182
Versão Atual 1.6.8
Última Atualização 2024-02-12
Data de Publicação 2023-04-25
Classificação 5.00/5 Total de 22 Avaliações
Desenvolvedor https://www.gyde.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gyde.ai
URL da Página de Ajuda https://gyde.ai/support
Idiomas Suportados 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"
            ]
        }
    ]
}