Gyde: AI Documentation in Video & Screenshots

Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.

什么是Gyde: AI Documentation in Video & Screenshots?

Gyde: AI Documentation in Video & Screenshots是由https://www.gyde.ai开发的Chrome扩展程序,该扩展的主要功能是“Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Gyde: AI Documentation in Video & Screenshots扩展crx文件

下载Gyde: AI Documentation in Video & Screenshots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ▶ Why waste hours on creating text documentation & guides manually?

Save hours daily creating video and screenshot documentation by utilizing Gyde – a #productivityhack extension that automatically turns any process into a step-by-step guide in both video and screenshot format in SECONDS - You heard it right - blink, and you'll have a guide ready. It's that fast!

Give it a shot!⚡

▶ Where can you use Gyde?

Showing a teammate how a particular workflow goes about
Assisting customers in solving their queries
Helping employees train on any software application
Answering any questions that require step-by-step explanation

OR in creating

▶ How-to guides
▶ Standard Operating Procedures (SOPs)
▶ Software documentation 
▶ Training manuals 
▶ Walkthroughs
▶ Product updates
▶ Knowledge base
▶ New employee onboarding

And much more!

▶ How to use this extension in 3 easy steps? 

Step 1 - Capture

Open the process for which you want to create a guide on your browser.

Perform the steps you want to include in the guide.

Gyde will automatically generate step titles & screenshots for each step performed and simultaneously record a video.

💪BONUS Benefits:
You can blur the confidential details in the screenshot while capturing.
Video guide will also have the voice auto-generated 


Step 2 - Customize

You can customize the guide by adding/deleting steps and editing text/screenshots.

💪BONUS Benefits:
With just a click, you can refine step titles with the AI Text-Enhancer feature. 
You can also gray out the rest of the area except the step to focus on it more.


Step 3 - Share

Click Save, and your video & screenshots guide URL is ready to share!!


💪BONUS Benefits:
You can download the guide in PDF or MP4 format for offline usage.
You can also embed it in a knowledge base.


▶  What do users love about Gyde?

"Previously, my team used to spend a lot of time explaining to customers how to complete a process in my application. If I had found Gyde earlier, it would have saved my team 1000s of hours. Gyde is incredibly user-friendly and has become a lifesaver!!"
Pritesh Baviskar, Co-founder Storeplum

"I really enjoy using Gyde to quickly send clear and easy-to-follow instructions to my clients. Highly recommended for anyone tired of manual documentation!"
Nachiket Dhavalikar, CEO, Studio Albatross

"Biggest game changer for my company! Gyde has helped me train my whole team on various application process faster than any other method and effortless" 
Tanmay Dighe, Founder, HackXSecurity

Ready to see Gyde in action? 

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

扩展基本信息

名称 Gyde: AI Documentation in Video & Screenshots Gyde: AI Documentation in Video & Screenshots
ID nijhhcoccbcbkhjihfongicomflmflkk
官方URL https://chromewebstore.google.com/detail/gyde-ai-documentation-in/nijhhcoccbcbkhjihfongicomflmflkk
简介 Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.
文件大小 191 KB
安装次数 182
当前版本 1.6.8
更新时间 2024-02-12
上架时间 2023-04-25
评分 5.00/5 共22次评分
开发者 https://www.gyde.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gyde.ai
帮助页面URL https://gyde.ai/support
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqQqaZB7pu09djRUHfyUbUZvz\/mnTRjipM0uq9vTWOIAR6kwWJ8skw4Yz7tZA5XEEBEust9Couhrm7Ud7BWg\/fk0gZKQvjaMOCNGEcf8tCrGEpCcMvB5h0HgGHrFhm4iTZ+GprdbGsv9zxRPUH3C4PVV7T83vMLXjmZoBDuUdU0oaLryCZatWK9IzJ9UgxR\/mQE3tnp7jjiNYwQPXcWHM6GjJY5RNCB85cNSFesdyzLN\/6PcdZ4JQZaYyYalUu29zGat83TdoHzDRyGbay\/1I6DCJ1k3me7ANZqEdshDClfuOBduW8nhnzeXgoUHUIdeaSwJgWHsp3iZViiXmwyb9EQIDAQAB",
    "name": "Gyde: AI Documentation in Video & Screenshots",
    "version": "1.6.8",
    "description": "Save hours daily by instantly auto-generating & sharing step-by-step guides, ensuring everyone masters any process quickly & easily.",
    "icons": {
        "128": "logo128.png"
    },
    "action": {
        "default_title": "Gyde"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Gydeflows.js",
                "jquery.min.js",
                "fontawesome.js",
                "gydelogo.png",
                "blur.png",
                "undo.png",
                "ovarlay.png",
                "no-ovarlay.png",
                "video.png",
                "no-video.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.gyde.ai\/*",
            "http:\/\/localhost:3001\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "Gydeflows.css"
            ],
            "js": [
                "jquery.min.js",
                "Gydeflows.js",
                "fontawesome.js"
            ]
        }
    ]
}