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
官方網址 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"
            ]
        }
    ]
}