LogMachine

This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…

Wat is LogMachine?

LogMachine is een Chrome-extensie ontwikkeld door Gourav Bhardwaj, en de belangrijkste functie is "This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie LogMachine

Download LogMachine-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in the log and also giving help tips to avoid error. The Code Unit and Method Entry/Exit is now clickable, clicking those will directly take the user to the Component.

New : 
1. Color Index has checkbox to filter specific Log Context.Suppose we want to see Errors and User Debug only, users can select the specific check box and see only required contents.

2. Color Index is Floatable so its always visible for reference and filtering the Log Further.

For Issues/Feedback get in touch: 
www.thelogmachine.com
[email protected]                    

Basisinformatie over de Extensie

Naam LogMachine LogMachine
ID ngppecjgpbgmfcjjakdjfbnpnihcgpdb
Officiële URL https://chromewebstore.google.com/detail/logmachine/ngppecjgpbgmfcjjakdjfbnpnihcgpdb
Beschrijving This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…
Bestandsgrootte 2.19 MB
Aantal Installaties 477
Huidige Versie 3.3
Laatst Bijgewerkt 2020-03-08
Publicatiedatum 2020-03-08
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Gourav Bhardwaj
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://thelogmachine.com
Help Pagina-URL http://thelogmachine.com/#contact
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LogMachine",
    "short_name": "LogMachine",
    "version": "3.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/setup\/ui\/*",
                "https:\/\/*.salesforce.com\/p\/setup\/layout\/ApexDebugLogDetailEdit\/*",
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "css": [
                "font-awesome-4.7.0\/css\/font-awesome.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "CodeFormatter.js",
                "forcetk.js",
                "debugConsoleHandler.js",
                "formatDebugSummaryLog.js",
                "formatDebugDetailsLog.js",
                "formatApexClass.js",
                "calloutRESTSFDC.js",
                "UtilClass.js",
                "ApexClassHandler.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "View.png"
    ]
}