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.

Cos'è Gyde: AI Documentation in Video & Screenshots?

Gyde: AI Documentation in Video & Screenshots è un'estensione di Chrome sviluppata da https://www.gyde.ai, e la sua funzione principale è "Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gyde: AI Documentation in Video & Screenshots

Scarica i file di estensione Gyde: AI Documentation in Video & Screenshots 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

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

Informazioni di Base sull'Estensione

Nome Gyde: AI Documentation in Video & Screenshots Gyde: AI Documentation in Video & Screenshots
ID nijhhcoccbcbkhjihfongicomflmflkk
URL Ufficiale https://chromewebstore.google.com/detail/gyde-ai-documentation-in/nijhhcoccbcbkhjihfongicomflmflkk
Descrizione Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.
Dimensione del File 191 KB
Conteggio Installazioni 182
Versione Corrente 1.6.8
Ultimo Aggiornamento 2024-02-12
Data di Pubblicazione 2023-04-25
Valutazione 5.00/5 Totale 22 Valutazioni
Sviluppatore https://www.gyde.ai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gyde.ai
URL della Pagina di Aiuto https://gyde.ai/support
Lingue Supportate 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"
            ]
        }
    ]
}