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とは何ですか?

Interactive screen captures by HowdyGo.comはhttps://howdygo.comによって開発されたChromeの拡張機能で、その主な機能は「HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Interactive screen captures by HowdyGo.com拡張機能のCRXファイルをダウンロード

Interactive screen captures by HowdyGo.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✅ 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.                    

拡張機能の基本情報

名前 Interactive screen captures by HowdyGo.com Interactive screen captures by HowdyGo.com
ID kflpgokojhjknkikmnclhcpepnhgkcno
公式URL https://chromewebstore.google.com/detail/interactive-screen-captur/kflpgokojhjknkikmnclhcpepnhgkcno
説明 HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.
ファイルサイズ 659 KB
インストール数 229
現在のバージョン 2.1.2
最終更新日 2024-03-03
公開日 2023-03-26
評価 5.00/5 合計 4 レビュー
開発者 https://howdygo.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.howdygo.com
ヘルプページのURL https://docs.howdygo.com
プライバシーポリシーページのURL https://howdygo.com/legal/privacy-policy
対応言語 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:\/\/*\/*"
            ]
        }
    ]
}