Kibana Fixify

Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)

Hvad er Kibana Fixify?

Kibana Fixify er en Chrome-udvidelse udviklet af maarten.cautreels, og dens hovedfunktion er "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".

Download Kibana Fixify-udvidelses-CRX-fil

Download Kibana Fixify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)                    

Grundlæggende oplysninger om udvidelsen

Navn Kibana Fixify Kibana Fixify
ID malbepndklhdndhmmfkbdchhmnbhnllg
Officiel URL https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg
Beskrivelse Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Filstørrelse 3.31 KB
Antal Installationer 1,000
Nuværende Version 1.0
Senest Opdateret 2016-09-08
Udgivelsesdato 2016-09-08
Bedømmelse 4.71/5 Samlet 14 Bedømmelser
Udvikler maarten.cautreels
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}