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
公式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
Eメール [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"
    ]
}