Kibana Clicker

Automation tool for Kibana

What is Kibana Clicker?

Kibana Clicker is a Chrome extension developed by https://hyzyla.dev, and its main feature is "Automation tool for Kibana".

Extension Screenshots

screenshot

Download Kibana Clicker Extension CRX File

Download Kibana Clicker 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

                        Extension for Kibana, that inject link into Discovery page to next Kibana page with enabled filters by value on that page. This extension simlify workflow of browsing logs in Kibana,                    

Extension Basic Information

Name Kibana Clicker Kibana Clicker
ID jloofjcmeejindbohbhiidlokgobjpkn
Official URL https://chromewebstore.google.com/detail/kibana-clicker/jloofjcmeejindbohbhiidlokgobjpkn
Description Automation tool for Kibana
File Size 20.28 KB
Installation Count 233
Current Version 100.0.7
Last Updated 2023-11-26
Publish Date 2021-12-23
Rating 5.00/5 Total 1 Ratings
Developer https://hyzyla.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/hyzyla/kibana-clicker
Help Page URL https://github.com/hyzyla/kibana-clicker
Privacy Policy Page URL https://github.com/hyzyla/kyiv-tools/blob/main/POLICY.md
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "100.0.7",
    "author": "Yevhenii Hyzyla ",
    "name": "Kibana Clicker",
    "description": "Automation tool for Kibana",
    "homepage_url": "https:\/\/github.com\/hyzyla\/kibana-clicker",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.903826e2.js"
            ],
            "css": [
                "content.1d27ce18.css"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}