Gyde Walkthrough Creator

Create step by step walkthroughs easily for your Application.

Hvad er Gyde Walkthrough Creator?

Gyde Walkthrough Creator er en Chrome-udvidelse udviklet af https://gyde.ai, og dens hovedfunktion er "Create step by step walkthroughs easily for your Application.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Gyde Walkthrough Creator-udvidelses-CRX-fil

Download Gyde Walkthrough Creator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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🚀                    

Grundlæggende oplysninger om udvidelsen

Navn Gyde Walkthrough Creator Gyde Walkthrough Creator
ID bidomdopbgcjcedggjnjfdbeblibcfek
Officiel URL https://chromewebstore.google.com/detail/gyde-walkthrough-creator/bidomdopbgcjcedggjnjfdbeblibcfek
Beskrivelse Create step by step walkthroughs easily for your Application.
Filstørrelse 213 KB
Antal Installationer 134
Nuværende Version 1.1.6
Senest Opdateret 2024-03-04
Udgivelsesdato 2019-07-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://gyde.ai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gyde.ai
Hjælpeside-URL https://gyde.ai/support
URL til Fortrolighedspolitik Side https://gyde.ai/privacy-policy
Understøttede Sprog 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
        }
    ]
}