Interactive screen captures by HowdyGo.com

HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.

Interactive screen captures by HowdyGo.com là gì?

Interactive screen captures by HowdyGo.com là một tiện ích mở rộng Chrome được phát triển bởi https://howdygo.com, và tính năng chính của nó là "HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Interactive screen captures by HowdyGo.com

Tải xuống các tệp mở rộng Interactive screen captures by HowdyGo.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ✅ Create a self-guided, interactive click through demo of your SaaS app.

✅ We capture a pixel-perfect copy of your web app that looks, feels and behaves as though the viewer is really in your app.

✅ Your prospects and customers will be immersed in a replay that they can scroll around in, hover over elements, select text and type into input boxes.

✅ You can start recording and editing your immersive demonstrations immediately by downloading the HowdyGo browser extension today! :)

⭐️ Interactive screen captures are better than a video or slide deck ⭐️

Before HowdyGo, showing off your app to prospects and leads would require you to share login details, videos and slide decks. 

Leads and prospects often don't bother to login, and it can be difficult to fill your sandbox environment with data and context that shows off your app in its best light. 

Videos and screenshots don't let them explore the app for themselves and engagement can be quite poor.

With HowdyGo you can capture walk-throughs of your app with demonstration data and descriptive annotations, then share the recording without making them login.

In addition, you can deliver a call-to-action at the perfect moment to carry that prospect/lead to the next stage of the funnel.

⭐️ Easy to use, easy to edit ⭐️

With the HowdyGo browser extension, you simply navigate to the website you want to record and click "Start Recording".

From that point on, every time you click, we create an annotation in your recording. 

Once you've finished recording it becomes available in the HowdyGo.com editor. From there you can adjust your annotations and auto-play through steps in the flow that don't need to be explained.

Once you've finished editing, you can publish your demonstration which lets you share the annotated recording with the world. 🌏

⭐️ Call-to-Action: Close more deals! ⭐️

An important element to any marketing funnel is making sure you deliver a call-to-action at the right time. 

With HowdyGo, you can easily configure a CTA that displays to your most engaged viewers. Allowing you to link out to any website and close more deals.

⭐️ What happens to my images, videos, styles, fonts, etc? ⭐️

As you record, we perform some magic in the background which stores every image, video, style, font and asset that gets displayed in your recording.

We store these files in a lightning-fast cache which lets us replay a perfect snapshot of your website at that point in time. Even if those files, or your app changes in the background, we will still be able to replay your recording perfectly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Interactive screen captures by HowdyGo.com Interactive screen captures by HowdyGo.com
ID kflpgokojhjknkikmnclhcpepnhgkcno
URL Chính Thức https://chromewebstore.google.com/detail/interactive-screen-captur/kflpgokojhjknkikmnclhcpepnhgkcno
Mô tả HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.
Kích Thước Tệp 659 KB
Số Lần Cài Đặt 229
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-03-26
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://howdygo.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.howdygo.com
URL Trang Trợ Giúp https://docs.howdygo.com
URL Trang Chính Sách Bảo Mật https://howdygo.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Interactive screen captures by HowdyGo.com",
    "version": "2.1.2",
    "description": "HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.",
    "action": {
        "default_popup": "ui\/index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "webNavigation",
        "system.display"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "144": "icons\/icon_144.png",
        "192": "icons\/icon_192.png",
        "512": "icons\/icon_512.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.howdygo.com\/*",
            "*:\/\/howdygo.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*\/**\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "script\/**\/*.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "ui\/injected\/injectedIndex.html",
                "ui\/injected\/*.js",
                "*.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}