Flow.ai Web Widget Preview
This extension allows you to preview a Flow.ai web widget on any web page
What is Flow.ai Web Widget Preview?
Flow.ai Web Widget Preview is a Chrome extension developed by https://flow.ai, and its main feature is "This extension allows you to preview a Flow.ai web widget on any web page".
Extension Screenshots
Download Flow.ai Web Widget Preview Extension CRX File
Download Flow.ai Web Widget Preview 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
This extension makes it a breeze to test and preview a Flow.ai web widget on top of any website or web page.
Extension Basic Information
Name | |
ID | lccfpplelddnbkngagkagchplhjfmcio |
Official URL | https://chromewebstore.google.com/detail/flowai-web-widget-preview/lccfpplelddnbkngagkagchplhjfmcio |
Description | This extension allows you to preview a Flow.ai web widget on any web page |
File Size | 21.42 KB |
Installation Count | 33 |
Current Version | 0.0.0.2 |
Last Updated | 2020-08-18 |
Publish Date | 2020-08-14 |
Developer | https://flow.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://flow.ai |
Help Page URL | https://flow.ai/docs |
Privacy Policy Page URL | https://flow.ai/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flow.ai Web Widget Preview", "description": "This extension allows you to preview a Flow.ai web widget on any web page", "version": "0.0.0.2", "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png", "256": "icon_256.png" }, "browser_action": { "default_icon": "icon_256.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |