Guidde - Magically create video documentation

Magically create video documentation with AI

Cos'è Guidde - Magically create video documentation?

Guidde - Magically create video documentation è un'estensione di Chrome sviluppata da https://guidde.com, e la sua funzione principale è "Magically create video documentation with AI".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Guidde - Magically create video documentation

Scarica i file di estensione Guidde - Magically create video documentation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Guidde - Magically create video documentation Guidde - Magically create video documentation
ID oacmmmjedhheaijfjidilonpngccnhdl
URL Ufficiale https://chromewebstore.google.com/detail/guidde-magically-create-v/oacmmmjedhheaijfjidilonpngccnhdl
Descrizione Magically create video documentation with AI
Dimensione del File 11.68 MB
Conteggio Installazioni 40,000
Versione Corrente 2.61.11
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2021-09-13
Valutazione 5.00/5 Totale 103 Valutazioni
Sviluppatore https://guidde.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.guidde.com/
URL della Pagina di Aiuto https://www.guidde.com/contact-us
URL della Pagina della Politica sulla Privacy https://www.guidde.com/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}