Interactive screen captures by HowdyGo.com

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

Co to jest Interactive screen captures by HowdyGo.com?

Interactive screen captures by HowdyGo.com to rozszerzenie Chrome opracowane przez https://howdygo.com, a jego główną funkcją jest „HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Interactive screen captures by HowdyGo.com

Pobierz pliki rozszerzeń Interactive screen captures by HowdyGo.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Interactive screen captures by HowdyGo.com Interactive screen captures by HowdyGo.com
ID kflpgokojhjknkikmnclhcpepnhgkcno
Oficjalny URL https://chromewebstore.google.com/detail/interactive-screen-captur/kflpgokojhjknkikmnclhcpepnhgkcno
Opis HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.
Rozmiar pliku 659 KB
Liczba instalacji 229
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2024-03-03
Data Publikacji 2023-03-26
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://howdygo.com
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.howdygo.com
Adres URL Strony Pomocy https://docs.howdygo.com
Adres URL Strony Polityki Prywatności https://howdygo.com/legal/privacy-policy
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}