Userflow
Preview Userflow flows in draft mode before installing Userflow.js in your application.
What is Userflow?
Userflow is a Chrome extension developed by https://userflow.com, and its main feature is "Preview Userflow flows in draft mode before installing Userflow.js in your application.".
Extension Screenshots
Download Userflow Extension CRX File
Download Userflow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to preview your Userflow flows in draft mode before installing Userflow.js in your web app.
Extension Basic Information
Name | Userflow |
ID | ojbompffhdcndgndakoghndckimkohca |
Official URL | https://chromewebstore.google.com/detail/userflow/ojbompffhdcndgndakoghndckimkohca |
Description | Preview Userflow flows in draft mode before installing Userflow.js in your application. |
File Size | 17.72 KB |
Installation Count | 6,000 |
Current Version | 2.0.1 |
Last Updated | 2023-08-16 |
Publish Date | 2020-01-26 |
Rating | 5.00/5 Total 9 Ratings |
Developer | https://userflow.com |
[email protected] | |
Payment Type | free |
Extension Website | https://userflow.com |
Help Page URL | https://userflow.com/support |
Privacy Policy Page URL | http://userflow.com/policies/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Userflow", "version": "2.0.1", "description": "Preview Userflow flows in draft mode before installing Userflow.js in your application.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |