Interactive screen captures by HowdyGo.com

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

Wat is Interactive screen captures by HowdyGo.com?

Interactive screen captures by HowdyGo.com is een Chrome-extensie ontwikkeld door https://howdygo.com, en de belangrijkste functie is "HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Interactive screen captures by HowdyGo.com

Download Interactive screen captures by HowdyGo.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Interactive screen captures by HowdyGo.com Interactive screen captures by HowdyGo.com
ID kflpgokojhjknkikmnclhcpepnhgkcno
Officiële URL https://chromewebstore.google.com/detail/interactive-screen-captur/kflpgokojhjknkikmnclhcpepnhgkcno
Beschrijving HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.
Bestandsgrootte 659 KB
Aantal Installaties 229
Huidige Versie 2.1.2
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2023-03-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://howdygo.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.howdygo.com
Help Pagina-URL https://docs.howdygo.com
URL van de Privacybeleid Pagina https://howdygo.com/legal/privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}