Gyde Walkthrough Creator

Create step by step walkthroughs easily for your Application.

Wat is Gyde Walkthrough Creator?

Gyde Walkthrough Creator is een Chrome-extensie ontwikkeld door https://gyde.ai, en de belangrijkste functie is "Create step by step walkthroughs easily for your Application.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Gyde Walkthrough Creator

Download Gyde Walkthrough Creator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Instantly auto-generate step-by-step walkthroughs for your complex application process.

▶ Why invest endless hours in application user training?

When you can save time and effort by utilizing Gyde – a powerful extension that automatically creates step-by-step audio-visual walkthroughs for every complex app process, it ensures that every user can quickly learn the process within the app.

▶ How to use this extension in 3 easy steps? 

Step 1 - Create

Open the process for which you want to create an audio-visual walkthrough on your browser.

Now, select the text you want to add as a first step in the walkthrough.

Gyde will automatically record the step and generate the title and description (powered by ChatGPT).

Keep adding steps until your walkthrough is complete. 

Step 2 - Customize

You have full control over customizing your walkthrough. Add more details, tweak the text, position the message box exactly where you want, adjust the time delay for displaying the message box, and easily reorganize, add, or remove steps as needed.

Step 3 - Save

Click Save, and your walkthrough will be added to the selected application library

 ▶ What users are saying about Gyde?

This extension is hands down the best tool I've come across for making step-by-step walkthroughs within my application. I was genuinely impressed because it took me just a few seconds to put together a walkthrough for a process. And you can even include audio in these walkthroughs!!

Nachiket Dhavalikar, CEO, Studio Albatross

Ever since I started using Gyde walkthroughs, my app usage has literally doubled. Not only that, but the user experience has improved significantly. I believe every app owner should have these walkthroughs in place to make their apps more user-friendly. It's a no-brainer.

Pritesh Baviskar, Co-founder Storeplum

Training employees on various applications has just become so easy with these walkthroughs - Plus, our employees have become much more productive. 

Tanmay Dighe, Founder, HackXSecurity

Ready to see Gyde walkthroughs in action? 

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

Basisinformatie over de Extensie

Naam Gyde Walkthrough Creator Gyde Walkthrough Creator
ID bidomdopbgcjcedggjnjfdbeblibcfek
Officiële URL https://chromewebstore.google.com/detail/gyde-walkthrough-creator/bidomdopbgcjcedggjnjfdbeblibcfek
Beschrijving Create step by step walkthroughs easily for your Application.
Bestandsgrootte 213 KB
Aantal Installaties 134
Huidige Versie 1.1.6
Laatst Bijgewerkt 2024-03-04
Publicatiedatum 2019-07-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://gyde.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gyde.ai
Help Pagina-URL https://gyde.ai/support
URL van de Privacybeleid Pagina https://gyde.ai/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gyde Walkthrough Creator",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtV8ogXz5rMB608jvQ\/7B4lUJbpjcVGLUqcCh\/InemJhSeRA+niFjoU8nOlN061e5n3J606Wb97cQmC\/FFHkiOTULoLxpC+T1bhLBf8SOlVm5rkbewIIDnJmaoSgCuvf6j5mWrwGVWjlj4RM0ND6hclGCK6McdkzWeOGvpezvtD+oXF8S+FZ7WSLN\/AudRmTkUeDqbmgTIIOl9EYm1HmV6oRFML+gKPQgY0wQ5VVUw+1M1ewsdEfOMUNjgKa7IxpRnj9q9juKEQ7M6q+6fXEzlV9L36XPB1Tf63DfXMUSTwLDDMIS70cv1I1X20dTihr2yYrWSWdVYVuLFs181cMmAQIDAQAB",
    "version": "1.1.6",
    "description": "Create step by step walkthroughs easily for your Application.",
    "icons": {
        "485": "logo485.png"
    },
    "browser_action": {
        "default_title": "Create step by step walkthroughs for your Application."
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "sprite-green.png",
        "sprite-orange.png",
        "classic_theme.css",
        "fontawesome.js",
        "simmer.js",
        "simmerAlternative.js",
        "magic-wand.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "desktopCapture",
        "activeTab",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gyde.ai\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "hopscotch.min.css",
                "Gydeflows.css",
                "classic_theme.css"
            ],
            "js": [
                "jquery.min.js",
                "hopscotch.min.js",
                "simmer.js",
                "simmerAlternative.js",
                "Gydeflows.js",
                "fontawesome.js"
            ],
            "all_frames": false
        }
    ]
}