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開發的Chrome擴展程式,該擴展的主要功能是“This plugin is for Salesforce debug log, it will help in analyzing the log efficiently by highlighting key important sections in…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LogMachine擴展crx文件

下載LogMachine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 LogMachine LogMachine
ID ngppecjgpbgmfcjjakdjfbnpnihcgpdb
官方網址 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"
    ]
}