LogMachine
This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…
Qu'est-ce que LogMachine ?
LogMachine est une extension Chrome développée par Gourav Bhardwaj, et sa fonction principale est "This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LogMachine
Téléchargez les fichiers d'extension LogMachine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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]
Informations de Base sur l'Extension
Nom | |
ID | ngppecjgpbgmfcjjakdjfbnpnihcgpdb |
URL Officiel | https://chromewebstore.google.com/detail/logmachine/ngppecjgpbgmfcjjakdjfbnpnihcgpdb |
Description | This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in… |
Taille du Fichier | 2.19 MB |
Nombre d'Installations | 477 |
Version Actuelle | 3.3 |
Dernière Mise à Jour | 2020-03-08 |
Date de Publication | 2020-03-08 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | Gourav Bhardwaj |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://thelogmachine.com |
URL de la Page d'Aide | http://thelogmachine.com/#contact |
Langues Prises en Charge | 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" ] } |