Kibana Fixify
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Cos'è Kibana Fixify?
Kibana Fixify è un'estensione di Chrome sviluppata da maarten.cautreels, e la sua funzione principale è "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".
Scarica il file CRX dell'estensione Kibana Fixify
Scarica i file di estensione Kibana Fixify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | malbepndklhdndhmmfkbdchhmnbhnllg |
URL Ufficiale | https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg |
Descrizione | Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801) |
Dimensione del File | 3.31 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-09-08 |
Data di Pubblicazione | 2016-09-08 |
Valutazione | 4.71/5 Totale 14 Valutazioni |
Sviluppatore | maarten.cautreels |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |