Fixed Kibana Fixify

Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)

What is Fixed Kibana Fixify?

Fixed Kibana Fixify is a Chrome extension developed by mattcorley, and its main feature is "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)".

Download Fixed Kibana Fixify Extension CRX File

Download Fixed Kibana Fixify 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 Basic Information

Name Fixed Kibana Fixify Fixed Kibana Fixify
ID jldjapboppolpcoicaakeoflejhdomfl
Official URL https://chrome.google.com/webstore/detail/fixed-kibana-fixify/jldjapboppolpcoicaakeoflejhdomfl
Description Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https://github.com/elastic/kibana/issues/7801)
File Size 3.33 KB
Installation Count 141
Current Version 1.1
Last Updated 2016-10-26
Publish Date 2016-10-26
Developer mattcorley
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fixed Kibana Fixify",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Fixed version of extension that fixes autocomplete in Kibana with Chrome >= 52 (see https:\/\/github.com\/elastic\/kibana\/issues\/7801)",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}