EverSQL integrations: MySQL/PG Monitoring

Optimize slow queries with EverSQL Query Optimizer, directly from your favorite database performance monitoring tool.

EverSQL integrations: MySQL/PG Monitoring là gì?

EverSQL integrations: MySQL/PG Monitoring là một tiện ích mở rộng Chrome được phát triển bởi https://eversql.com, và tính năng chính của nó là "Optimize slow queries with EverSQL Query Optimizer, directly from your favorite database performance monitoring tool.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EverSQL integrations: MySQL/PG Monitoring

Tải xuống các tệp mở rộng EverSQL integrations: MySQL/PG Monitoring 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

                        This extension provides a seamless integration of EverSQL's query optimizer with leading database monitoring and APM solutions, such as AWS Performance Insights.
Integrating your monitoring solution with EverSQL will provide you with a complete and actionable SQL monitoring and optimization experience.

EverSQL provides a powerful SQL optimization software to customers worldwide. We strive to eliminate the complexity our customers have been forced to accept while trying to manually optimize their databases and SQL queries. EverSQL delivers on this commitment with superb simplicity through automatic online query optimization software.

Join 70,000 software engineers, DBAs, and devops engineers, in exploring database performance and optimizing SQL queries automatically with EverSQL.                    

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

Tên EverSQL integrations: MySQL/PG Monitoring EverSQL integrations: MySQL/PG Monitoring
ID amihcpfgniggncfcljabdgcdbccbpiin
URL Chính Thức https://chromewebstore.google.com/detail/eversql-integrations-mysq/amihcpfgniggncfcljabdgcdbccbpiin
Mô tả Optimize slow queries with EverSQL Query Optimizer, directly from your favorite database performance monitoring tool.
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 881
Phiên Bản Hiện Tại 1.0.0.25
Cập Nhật Lần Cuối 2022-09-14
Ngày Phát Hành 2020-05-17
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://eversql.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eversql.com
URL Trang Trợ Giúp https://www.eversql.com/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EverSQL integrations: MySQL\/PG Monitoring",
    "version": "1.0.0.25",
    "description": "Optimize slow queries with EverSQL Query Optimizer, directly from your favorite database performance monitoring tool.",
    "icons": {
        "16": "eversql_favicon_16x16.png",
        "48": "eversql_favicon_48x48.png",
        "128": "eversql_favicon_128x128.png"
    },
    "browser_action": {
        "default_icon": "eversql_favicon_48x48.png"
    },
    "permissions": [
        "*:\/\/*.eversql.com\/*",
        "*:\/\/portal.azure.com\/*",
        "*:\/\/logsextension.hosting.portal.azure.net\/*",
        "*:\/\/my.appoptics.com\/apm\/*services\/myapp\/traces*",
        "*:\/\/rpm.newrelic.com\/accounts\/*",
        "*:\/\/app.datadoghq2.com\/*",
        "*:\/\/sandbox.stackify.com\/Performance\/Sql\/*",
        "*:\/\/*.app.vividcortex.com\/*\/queries*",
        "*:\/\/blackfire.io\/profiles\/*",
        "*:\/\/app.raygun.com\/*\/queries\/*",
        "*:\/\/*\/graph\/d\/*",
        "*:\/\/*\/mindex.html\/*",
        "*:\/\/*\/rds\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "appoptics.js"
            ],
            "matches": [
                "*:\/\/my.appoptics.com\/apm\/*services\/myapp\/traces*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "newrelic.js"
            ],
            "matches": [
                "*:\/\/rpm.newrelic.com\/accounts\/*"
            ]
        },
        {
            "css": [
                "nucleo.css",
                "content-placeholder.min.css",
                "dataTables.bootstrap4.min.css",
                "buttons.bootstrap4.min.css",
                "select.bootstrap4.min.css",
                "responsive.dataTables.min.css",
                "dataTables.checkboxes.css",
                "dygraph.min.css",
                "fa.min.css",
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "bootstrap.bundle.min.js",
                "Chart.min.js",
                "Chart.extension.js",
                "argon.js",
                "jquery.barrating.min.js",
                "moment.min.js",
                "jquery.dataTables.min.js",
                "dataTables.bootstrap4.min.js",
                "dataTables.buttons.min.js",
                "buttons.bootstrap4.min.js",
                "buttons.html5.min.js",
                "buttons.flash.min.js",
                "datadog.js",
                "buttons.print.min.js",
                "dataTables.select.min.js",
                "dataTables.responsive.min.js",
                "dataTables.checkboxes.min.js",
                "datetime-moment.js",
                "dygraph.min.js",
                "moment.min.js",
                "sha1.js",
                "gcpsql.js",
                "google.js"
            ],
            "matches": [
                "*:\/\/app.datadoghq2.com\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "stackify.js"
            ],
            "matches": [
                "*:\/\/sandbox.stackify.com\/Performance\/Sql\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "vividcortex.js"
            ],
            "matches": [
                "*:\/\/*.app.vividcortex.com\/*\/queries*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "blackfire.js"
            ],
            "matches": [
                "*:\/\/blackfire.io\/profiles\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "raygun.js"
            ],
            "matches": [
                "*:\/\/app.raygun.com\/*\/queries\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "pmm.js"
            ],
            "matches": [
                "*:\/\/*\/graph\/d\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "appdynamics.js"
            ],
            "matches": [
                "*:\/\/*.saas.appdynamics.com\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "idera.js"
            ],
            "matches": [
                "*:\/\/*\/mindex.html\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "aws.js"
            ],
            "matches": [
                "*:\/\/*\/rds\/*"
            ]
        },
        {
            "css": [
                "azurekql.css",
                "highlightjs.vs.min.css"
            ],
            "js": [
                "azurekql.js",
                "highlight.min.js"
            ],
            "matches": [
                "*:\/\/portal.azure.com\/*",
                "*:\/\/logsextension.hosting.portal.azure.net\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "nucleo.css",
                "all.min.css",
                "argon.css",
                "content-placeholder.min.css",
                "dataTables.bootstrap4.min.css",
                "buttons.bootstrap4.min.css",
                "select.bootstrap4.min.css",
                "responsive.dataTables.min.css",
                "dataTables.checkboxes.css",
                "dygraph.min.css",
                "fa.min.css",
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "bootstrap.bundle.min.js",
                "Chart.min.js",
                "Chart.extension.js",
                "argon.js",
                "jquery.barrating.min.js",
                "moment.min.js",
                "jquery.dataTables.min.js",
                "dataTables.bootstrap4.min.js",
                "dataTables.buttons.min.js",
                "buttons.bootstrap4.min.js",
                "buttons.html5.min.js",
                "buttons.flash.min.js",
                "buttons.print.min.js",
                "dataTables.select.min.js",
                "dataTables.responsive.min.js",
                "dataTables.checkboxes.min.js",
                "datetime-moment.js",
                "dygraph.min.js",
                "moment.min.js",
                "sha1.js",
                "gcpsql.js",
                "google.js"
            ],
            "matches": [
                "*:\/\/console.cloud.google.com\/*"
            ]
        }
    ]
}