Interactive screen captures by HowdyGo.com

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

O que é Interactive screen captures by HowdyGo.com?

Interactive screen captures by HowdyGo.com é uma extensão do Chrome desenvolvida por https://howdygo.com, e sua principal característica é "HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Interactive screen captures by HowdyGo.com

Baixe arquivos de extensão Interactive screen captures by HowdyGo.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Interactive screen captures by HowdyGo.com Interactive screen captures by HowdyGo.com
ID kflpgokojhjknkikmnclhcpepnhgkcno
URL Oficial https://chromewebstore.google.com/detail/interactive-screen-captur/kflpgokojhjknkikmnclhcpepnhgkcno
Descrição HowdyGo helps you create Interactive product demos that convert. Capture your SaaS in HTML, show them a story.
Tamanho do Arquivo 659 KB
Contagem de Instalações 229
Versão Atual 2.1.2
Última Atualização 2024-03-03
Data de Publicação 2023-03-26
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://howdygo.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.howdygo.com
URL da Página de Ajuda https://docs.howdygo.com
URL da Página de Política de Privacidade https://howdygo.com/legal/privacy-policy
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}