Kibana Fixify

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

Kibana Fixify là gì?

Kibana Fixify là một tiện ích mở rộng Chrome được phát triển bởi maarten.cautreels, và tính năng chính của nó là "Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)".

Tải xuống tệp CRX của tiện ích mở rộng Kibana Fixify

Tải xuống các tệp mở rộng Kibana Fixify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kibana Fixify Kibana Fixify
ID malbepndklhdndhmmfkbdchhmnbhnllg
URL Chính Thức https://chrome.google.com/webstore/detail/kibana-fixify/malbepndklhdndhmmfkbdchhmnbhnllg
Mô tả Fixes the problem with autocomplete in Kibana with Chrome 52 or higher (see https://github.com/elastic/kibana/issues/7801)
Kích Thước Tệp 3.31 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-09-08
Ngày Phát Hành 2016-09-08
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển maarten.cautreels
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}