Kibana Fixify
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
ما هو Kibana Fixify؟
Kibana Fixify هو إضافة Chrome تم تطويرها بواسطة maarten.cautreels، والميزة الرئيسية لها هي "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".
تحميل ملف CRX للإضافة Kibana Fixify
قم بتنزيل ملفات الامتداد Kibana Fixify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | malbepndklhdndhmmfkbdchhmnbhnllg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg |
الوصف | Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801) |
حجم الملف | 3.31 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-09-08 |
تاريخ النشر | 2016-09-08 |
تقييم | 4.71/5 مجموع تقييمات 14 |
المطور | maarten.cautreels |
نوع الدفع | free |
اللغات المدعومة | 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:\/\/*\/*" ] } |