LiveDemo App
A chrome extension for product-led growth and for recording Live Demos
What is LiveDemo App?
LiveDemo App is a Chrome extension developed by https://livedemo.live, and its main feature is "A chrome extension for product-led growth and for recording Live Demos".
Extension Screenshots
Download LiveDemo App Extension CRX File
Download LiveDemo App 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
Live Demo Chrome extension used to record websites and create interactive livedemos from the recordings
Extension Basic Information
Name | LiveDemo App |
ID | dnlnaeifccbhdnbppjjgleapjadjklbe |
Official URL | https://chromewebstore.google.com/detail/livedemo-app/dnlnaeifccbhdnbppjjgleapjadjklbe |
Description | A chrome extension for product-led growth and for recording Live Demos |
File Size | 1.17 MB |
Installation Count | 56 |
Current Version | 1.0.22 |
Last Updated | 2023-11-21 |
Publish Date | 2022-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://livedemo.live |
[email protected] | |
Payment Type | free |
Extension Website | https://livedemo.ai |
Help Page URL | https://livedemo.ai |
Privacy Policy Page URL | https://livedemo.ai/terms/index.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for product-led growth and for recording Live Demos", "version": "1.0.22", "manifest_version": 3, "name": "LiveDemo App", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "logo-128.png" }, "permissions": [ "activeTab", "tabs", "storage", "tabCapture", " |