Gyde Walkthrough Creator

Create step by step walkthroughs easily for your Application.

Was ist Gyde Walkthrough Creator?

Gyde Walkthrough Creator ist eine Chrome-Erweiterung, die von https://gyde.ai entwickelt wurde, und ihr Hauptmerkmal ist "Create step by step walkthroughs easily for your Application.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Gyde Walkthrough Creator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gyde Walkthrough Creator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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🚀                    

Grundlegende Informationen zur Erweiterung

Name Gyde Walkthrough Creator Gyde Walkthrough Creator
ID bidomdopbgcjcedggjnjfdbeblibcfek
Offizielle URL https://chromewebstore.google.com/detail/gyde-walkthrough-creator/bidomdopbgcjcedggjnjfdbeblibcfek
Beschreibung Create step by step walkthroughs easily for your Application.
Dateigröße 213 KB
Installationsanzahl 134
Aktuelle Version 1.1.6
Letztes Update 2024-03-04
Veröffentlichungsdatum 2019-07-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://gyde.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gyde.ai
Hilfeseite URL https://gyde.ai/support
URL der Datenschutzrichtlinien-Seite https://gyde.ai/privacy-policy
Unterstützte Sprachen 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
        }
    ]
}