Gyde Walkthrough Creator

Create step by step walkthroughs easily for your Application.

什麼是Gyde Walkthrough Creator?

Gyde Walkthrough Creator是由https://gyde.ai開發的Chrome擴展程式,該擴展的主要功能是“Create step by step walkthroughs easily for your Application.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Gyde Walkthrough Creator擴展crx文件

下載Gyde Walkthrough Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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🚀                    

擴展基本資訊

名稱 Gyde Walkthrough Creator Gyde Walkthrough Creator
ID bidomdopbgcjcedggjnjfdbeblibcfek
官方網址 https://chromewebstore.google.com/detail/gyde-walkthrough-creator/bidomdopbgcjcedggjnjfdbeblibcfek
簡介 Create step by step walkthroughs easily for your Application.
檔案大小 213 KB
安裝次數 134
目前版本 1.1.6
更新時間 2024-03-04
上架時間 2019-07-24
評分 5.00/5 共 3 次評分
開發者 https://gyde.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gyde.ai
說明頁面URL https://gyde.ai/support
隱私政策頁面URL https://gyde.ai/privacy-policy
支援的語言 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
        }
    ]
}