Gyde Walkthrough Creator

Create step by step walkthroughs easily for your Application.

Cos'è Gyde Walkthrough Creator?

Gyde Walkthrough Creator è un'estensione di Chrome sviluppata da https://gyde.ai, e la sua funzione principale è "Create step by step walkthroughs easily for your Application.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gyde Walkthrough Creator

Scarica i file di estensione Gyde Walkthrough Creator 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

                        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🚀                    

Informazioni di Base sull'Estensione

Nome Gyde Walkthrough Creator Gyde Walkthrough Creator
ID bidomdopbgcjcedggjnjfdbeblibcfek
URL Ufficiale https://chromewebstore.google.com/detail/gyde-walkthrough-creator/bidomdopbgcjcedggjnjfdbeblibcfek
Descrizione Create step by step walkthroughs easily for your Application.
Dimensione del File 213 KB
Conteggio Installazioni 134
Versione Corrente 1.1.6
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2019-07-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://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
URL della Pagina della Politica sulla Privacy https://gyde.ai/privacy-policy
Lingue Supportate 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
        }
    ]
}