Guidde - Magically create video documentation

Magically create video documentation with AI

ما هو Guidde - Magically create video documentation؟

Guidde - Magically create video documentation هو إضافة Chrome تم تطويرها بواسطة https://guidde.com، والميزة الرئيسية لها هي "Magically create video documentation with AI".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Guidde - Magically create video documentation

قم بتنزيل ملفات الامتداد Guidde - Magically create video documentation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Guidde - Magically create video documentation Guidde - Magically create video documentation
ID oacmmmjedhheaijfjidilonpngccnhdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/guidde-magically-create-v/oacmmmjedhheaijfjidilonpngccnhdl
الوصف Magically create video documentation with AI
حجم الملف 11.68 MB
عدد التثبيتات 40,000
النسخة الحالية 2.61.11
آخر تحديث 2024-02-21
تاريخ النشر 2021-09-13
تقييم 5.00/5 مجموع تقييمات 103
المطور https://guidde.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.guidde.com/
عنوان صفحة المساعدة https://www.guidde.com/contact-us
عنوان صفحة سياسة الخصوصية https://www.guidde.com/privacy-policy
اللغات المدعومة 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\/*"
        ]
    }
}