Guidde - Magically create video documentation

Magically create video documentation with AI

¿Qué es Guidde - Magically create video documentation?

Guidde - Magically create video documentation es una extensión de Chrome desarrollada por https://guidde.com, y su función principal es "Magically create video documentation with AI".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Guidde - Magically create video documentation

Descarga archivos de extensión Guidde - Magically create video documentation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Guidde - Magically create video documentation Guidde - Magically create video documentation
ID oacmmmjedhheaijfjidilonpngccnhdl
URL Oficial https://chromewebstore.google.com/detail/guidde-magically-create-v/oacmmmjedhheaijfjidilonpngccnhdl
Descripción Magically create video documentation with AI
Tamaño del Archivo 11.68 MB
Cantidad de Instalaciones 40,000
Versión Actual 2.61.11
Última Actualización 2024-02-21
Fecha de Publicación 2021-09-13
Calificación 5.00/5 Total de 103 Calificaciones
Desarrollador https://guidde.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.guidde.com/
URL de la Página de Ayuda https://www.guidde.com/contact-us
URL de la Página de Política de Privacidad https://www.guidde.com/privacy-policy
Idiomas Soportados 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\/*"
        ]
    }
}