Kibana Fixify

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

Vad är Kibana Fixify?

Kibana Fixify är en Chrome-tillägg utvecklad av maarten.cautreels, och dess huvudfunktion är "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".

Ladda ner Kibana Fixify-förlängningens CRX-fil

Ladda ner Kibana Fixify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Kibana Fixify Kibana Fixify
ID malbepndklhdndhmmfkbdchhmnbhnllg
Officiell webbadress https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg
Beskrivning Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Filstorlek 3.31 KB
Antal Installationer 1,000
Aktuell Version 1.0
Senast Uppdaterad 2016-09-08
Publiceringsdatum 2016-09-08
Betyg 4.71/5 Totalt 14 Betyg
Utvecklare maarten.cautreels
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}