Howflow Beta
Create easily shareable step-by-step guides in seconds
Что такое Howflow Beta?
Howflow Beta - это расширение Chrome, разработанное https://howflow.io, и его основная функция - "Create easily shareable step-by-step guides in seconds".
Снимки экрана расширения
Скачать файл CRX расширения Howflow Beta
Скачайте файлы расширений 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 |
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": [ " |