Kibana Fixify
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
What is Kibana Fixify?
Kibana Fixify is a Chrome extension developed by maarten.cautreels, and its main feature is "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".
Download Kibana Fixify Extension CRX File
Download 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
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Extension Basic Information
Name | ![]() |
ID | malbepndklhdndhmmfkbdchhmnbhnllg |
Official URL | https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg |
Description | Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801) |
File Size | 3.31 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2016-09-08 |
Publish Date | 2016-09-08 |
Rating | 4.71/5 Total 14 Ratings |
Developer | maarten.cautreels |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kibana Fixify", "version": "1.0", "manifest_version": 2, "description": "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https:\/\/github.com\/elastic\/kibana\/issues\/7801)", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |