LogMachine
This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…
LogMachine क्या है?
LogMachine Gourav Bhardwaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LogMachine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ngppecjgpbgmfcjjakdjfbnpnihcgpdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/logmachine/ngppecjgpbgmfcjjakdjfbnpnihcgpdb |
विवरण | This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in… |
फ़ाइल का आकार | 2.19 MB |
स्थापना संख्या | 477 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2020-03-08 |
प्रकाशन तिथि | 2020-03-08 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | Gourav Bhardwaj |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://thelogmachine.com |
सहायता पृष्ठ URL | http://thelogmachine.com/#contact |
समर्थित भाषाएँ | 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" ] } |