New Relic JSON Log Formatter

The New Relic JSON Log Formatter improves log analysis by effortlessly formatting New Relic logs into seamless JSON format.

Τι είναι το New Relic JSON Log Formatter;

Το New Relic JSON Log Formatter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Özgür Cihan, και η κύρια λειτουργία του είναι "The New Relic JSON Log Formatter improves log analysis by effortlessly formatting New Relic logs into seamless JSON format.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Relic JSON Log Formatter

Λήψη αρχείων επέκτασης New Relic JSON Log Formatter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The New Relic JSON Log Formatter is a powerful Chrome extension designed to enhance your log analysis workflow by providing seamless JSON log formatting for New Relic logs. As a developer or system administrator, gaining insights from your application's logs is crucial for troubleshooting and optimizing performance. This extension streamlines the process by transforming raw New Relic log data into a clean and easily readable JSON format.

Key Features:

Effortless Formatting: Instantly transform New Relic logs into structured JSON format, eliminating the hassle of manually parsing and formatting log entries.

Enhanced Readability: The extension organizes log data into a clear JSON structure, making it easier to identify and understand log details such as timestamps, log levels, and custom attributes.

Quick Installation: Seamlessly integrate the extension into your Chrome browser and begin formatting New Relic logs with just a few clicks.

Unlock the true potential of your New Relic logs with the New Relic JSON Log Formatter extension. Say goodbye to manual log parsing and hello to efficient, well-organized log analysis.

How to Use:

Install the extension from the Chrome Web Store.
Navigate to your New Relic log data.
Click the extension icon to initiate log formatting.
Enjoy neatly formatted JSON logs for improved readability and analysis.

Note: This extension is not affiliated with New Relic, but rather created to enhance the log analysis experience for users of New Relic's log services.

Discover a new level of log analysis clarity with the New Relic JSON Log Formatter. Download the extension now and simplify the way you handle New Relic log data.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New Relic JSON Log Formatter New Relic JSON Log Formatter
ID nonphjcjifbcockbifhndceclckopkfp
Επίσημο URL https://chromewebstore.google.com/detail/new-relic-json-log-format/nonphjcjifbcockbifhndceclckopkfp
Περιγραφή The New Relic JSON Log Formatter improves log analysis by effortlessly formatting New Relic logs into seamless JSON format.
Μέγεθος Αρχείου 40.06 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2023-08-25
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Özgür Cihan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://new-relic-chrome-extension.s3.eu-central-1.amazonaws.com/extension_privacy.txt
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Relic JSON Log Formatter",
    "description": "The New Relic JSON Log Formatter improves log analysis by effortlessly formatting New Relic logs into seamless JSON format.",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "new-relic-logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "new-relic-logo.png",
        "48": "new-relic-logo.png",
        "128": "new-relic-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/one.newrelic.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}