Clicker - Interactive Demo Builder

Build interactive demo for any web page

What is Clicker - Interactive Demo Builder?

Clicker - Interactive Demo Builder is a Chrome extension developed by Hedgehog Solutions, and its main feature is "Build interactive demo for any web page".

Extension Screenshots

screenshot

Download Clicker - Interactive Demo Builder Extension CRX File

Download Clicker - Interactive Demo Builder 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 is beta version!* Build interactive demo, publish and share with others.                    

Extension Basic Information

Name Clicker - Interactive Demo Builder Clicker - Interactive Demo Builder
ID kkjomlciofginjmjdlbjdgbhfpcghfna
Official URL https://chrome.google.com/webstore/detail/clicker-interactive-demo/kkjomlciofginjmjdlbjdgbhfpcghfna
Description Build interactive demo for any web page
File Size 702 KB
Installation Count 919
Current Version 1.3.9
Last Updated 2018-12-11
Publish Date 2018-12-11
Rating 2.50/5 Total 4 Ratings
Developer Hedgehog Solutions
Email [email protected]
Payment Type free
Extension Website https://clicker.datazenit.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicker - Interactive Demo Builder",
    "version": "1.3.9",
    "description": "Build interactive demo for any web page",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "click.png",
        "default_popup": "screenshot.html",
        "default_title": "Open recording menu"
    },
    "permissions": [
        "storage",
        "activeTab",
        ""
    ],
    "manifest_version": 2
}