Guidde - Magically create video documentation

Magically create video documentation with AI

What is Guidde - Magically create video documentation?

Guidde - Magically create video documentation is a Chrome extension developed by https://guidde.com, and its main feature is "Magically create video documentation with AI".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Guidde - Magically create video documentation Extension CRX File

Download Guidde - Magically create video documentation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        guidde is the generative AI platform enabling teams to deliver know-how 11x faster for easy sharing with customers or employees. Market leading companies use guidde video documentation to answer customer questions, onboard and train employees and drive self service, enabling teams to perform better. 

🏆 The average user saves 12+ hours per week with guidde.
Named #1 product of the day on ProductHunt and High Performer on G2 Screen and Video Capture category. With over 20,000 users, guidde.com is one of the most popular extensions for AI productivity, documentation, and web scraping. 


💡 Why did we build guidde?

As product people, we experienced firsthand the power of video as a tool to pass know-how on previous products we worked on. At the same time, most people we worked with across many companies and roles, did not put video to use as an everyday tool - instead reverting to text and screenshots. The challenges we heard from customer support, success, presales, and product teams were always the same:

🎬 Video - too hard to create / don't want to go on camera

🎧 Audio - hate how my voice sounds / not a native English speaker /
can't record in an open space full of people

✏️ Editing - Gonna need marketing or editing help
with this / what happens when the product changes - will I need to
re-record it? / Not a single design bone in my body

🔎 Search - where are all these videos going to be hosted / how
can the rest of my team easily find them when they need to

👋 Say hello to guidde, a video creation and discovery tool designed for how-to videos (the top-4 category on YouTube) where anyone, and we mean anyone, can create beautiful how-to videos of software that deliver the gist of the information you want to pass in 60 seconds or less.

With guidde you can:
💙 Create instant how-to videos for sharing with customers and your team. guidde automatically creates highlights and call-outs for your workflows. You can use guiddes to answer support tickets, create KB articles, pass know-how to teammates and announce new features.

✏️ Edit & enhance your video with an interface that anyone who has used Powerpoint before will instantly understand.

🕒 Make videos directly from your browser and share them in seconds - our average creation time is 3 minutes or less.

🕵 Discover videos your team created, without leaving the tool you're currently on, in your flow. Reuse and recycle videos to save you tons of time. You can even edit and design videos together!

POPULAR FEATURES

- Generative AI video based guides
- AI Generated Audio
- Drag-and-drop video editor
- Text to voice generation
- 100+ languages and speakers 
- Custom branding
- Blur Sensitive information

🙋Want to learn more? www.guidde.com/pricing


POPULAR USE CASES


New features announcements
Generate document articles for your KB and help center
Generate visual HTML pages for your KB and LMS
Generate visual Markdown pages for your documentation 
Create visual answers for your chatbots
Embed product how-to videos in your KB
Post your new feature on social for LinkedIn, Facebook, Twitter
Communicate with product how-to GIFs over slack / gmail / outlook/ team
Answer Support tickets with videos
Build a playlist for customer onboarding
Build a playlist for employee training on your LMS
Build a playlist for employee training on your KMS
Build a video hub for customer onboarding or employee training or partner training or strategic trials


SUPPORT

Learn more about how to use guidde.com to become more productive:
🎓 Tutorials: Guidde Help Center


---------------------------------------------- 
guidde.com is loved by customer success, support, IT, sales, HR, managers, freelancers, agencies, and founders across the globe.

"Great recording solution for video guide, bug reports, meetings and tutorials" - Dataloop.ai

"Easy to use, great timesaver" - komodor.com

"An absolutely great tool to intuitively create, manage and consume organization knowledge" - qwilt.com                    

Extension Basic Information

Name Guidde - Magically create video documentation Guidde - Magically create video documentation
ID oacmmmjedhheaijfjidilonpngccnhdl
Official URL https://chromewebstore.google.com/detail/guidde-magically-create-v/oacmmmjedhheaijfjidilonpngccnhdl
Description Magically create video documentation with AI
File Size 11.68 MB
Installation Count 40,000
Current Version 2.61.11
Last Updated 2024-02-21
Publish Date 2021-09-13
Rating 5.00/5 Total 103 Ratings
Developer https://guidde.com
Email [email protected]
Payment Type free
Extension Website https://www.guidde.com/
Help Page URL https://www.guidde.com/contact-us
Privacy Policy Page URL https://www.guidde.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Guidde - Magically create video documentation",
    "version": "2.61.11",
    "description": "Magically create video documentation with AI",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "offscreen",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.guidde.com\/*",
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/guidde.js"
            ],
            "css": [
                "guidde.css"
            ],
            "exclude_matches": []
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/cs\/guiddeIframeService.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "exclude_matches": []
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "\/cs\/quickActionService.js"
            ],
            "css": [
                "quickActionService.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "exclude_matches": []
        }
    ],
    "action": {
        "default_title": "Guidde"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "commands": {
        "record": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Record Video"
        },
        "search": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Search for Videos"
        },
        "new-chapter": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "Add screenshot (or chapter for videos)"
        },
        "pause": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Pause\/Resume recording"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "cs\/*",
                "webcam.html",
                "webcam.js",
                "g_icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "g_icon.png",
        "32": "g_icon.png",
        "48": "g_icon.png",
        "128": "g_icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.guidde.com\/*",
            "https:\/\/app.guidde.co\/*"
        ]
    }
}