Guidde - Magically create video documentation

Magically create video documentation with AI

Guidde - Magically create video documentationとは何ですか?

Guidde - Magically create video documentationはhttps://guidde.comによって開発されたChromeの拡張機能で、その主な機能は「Magically create video documentation with AI」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Guidde - Magically create video documentation拡張機能のCRXファイルをダウンロード

Guidde - Magically create video documentation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.guidde.com/
ヘルプページのURL https://www.guidde.com/contact-us
プライバシーポリシーページのURL 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\/*"
        ]
    }
}