Howflow Beta

Create easily shareable step-by-step guides in seconds

Howflow Betaとは何ですか?

Howflow Betaはhttps://howflow.ioによって開発されたChromeの拡張機能で、その主な機能は「Create easily shareable step-by-step guides in seconds」です。

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

screenshot
screenshot

Howflow Beta拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Howflow is an easy and powerful tool to create step-by-step guides.

It captures every action made in your product while you work like mouse clicks and keystrokes and automatically generates how-tos in seconds.

And yes, the demos created by you can be easily shared with your teammates or clients.

Our Google Chrome extension will work on top of your website and record your clicks and keystrokes as you proceed chronologically. After you stop recording, it will automatically create a guide including the screenshots of the screens and the texts typed during that time.

Once the recording is ready, you can customize it by zooming in/out the screenshots or adding annotation texts.

That’s it! You are all set to start sharing this demo with anyone with an easily shareable link.                    

拡張機能の基本情報

名前 Howflow Beta Howflow Beta
ID mjgpnnljneofeojfgdacdlcnbcgboaio
公式URL https://chromewebstore.google.com/detail/howflow-beta/mjgpnnljneofeojfgdacdlcnbcgboaio
説明 Create easily shareable step-by-step guides in seconds
ファイルサイズ 58.58 KB
インストール数 333
現在のバージョン 0.0.0.6
最終更新日 2022-10-10
公開日 2022-03-31
評価 5.00/5 合計 1 レビュー
開発者 https://howflow.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://howflow.io
プライバシーポリシーページのURL https://supademo.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Howflow Beta",
    "short_name": "Howflow",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "description": "Create easily shareable step-by-step guides in seconds",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Howflow Beta",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/hello.html",
                "pages\/hello.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "*:\/\/app.howflow.io\/*",
                "*:\/\/howflow.io\/*"
            ],
            "run_at": "document_end",
            "js": [
                "contentscripts\/append_tab_menu.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.supademo.com\/*",
            "http:\/\/localhost:3000\/*",
            "*:\/\/app.howflow.io\/*",
            "*:\/\/howflow.io\/*"
        ]
    },
    "icons": {
        "16": "\/assets\/images\/supademo_icon_16.png",
        "48": "\/assets\/images\/supademo_icon_48.png",
        "128": "\/assets\/images\/supademo_icon_128.png"
    }
}