Howflow Beta

Create easily shareable step-by-step guides in seconds

Howflow Beta क्या है?

Howflow Beta https://howflow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create easily shareable step-by-step guides in seconds"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Howflow Beta एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}