Smart Apex Debugger

Developed by Pranav Goti

Smart Apex Debuggerとは何ですか?

Smart Apex Debuggerはpranavgoti1111によって開発されたChromeの拡張機能で、その主な機能は「Developed by Pranav Goti」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Smart Apex Debugger拡張機能のCRXファイルをダウンロード

Smart Apex Debugger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Salesforce Debugger tool with some Additional Functionality to salesforce developer to increase productivity.

Version [0.0.8] Update : Bug Fixed, Extract SOQL Analysis per Transaction, Extract Field Dependency, Performance Improvement, UI Enhancement
New App : Data Exporter [ Retrieve Records based on excel with record-id ]

Please share your valuable feedback here :
https://forms.gle/QpSzbUhkZ8K5LMPw8

Catchup with me for Collab : 

Instagram handle : 
https://www.instagram.com/gotibapu_pranav/
https://www.instagram.com/sfdev_pranav/

LinkedIn : 
https://www.linkedin.com/in/pranav-goti/                    

拡張機能の基本情報

名前 Smart Apex Debugger Smart Apex Debugger
ID hgfjaoeaeojnfgjiddombbmphaajdmga
公式URL https://chromewebstore.google.com/detail/smart-apex-debugger/hgfjaoeaeojnfgjiddombbmphaajdmga
説明 Developed by Pranav Goti
ファイルサイズ 1.27 MB
インストール数 198
現在のバージョン 0.0.8
最終更新日 2023-11-14
公開日 2022-04-28
評価 5.00/5 合計 3 レビュー
開発者 pranavgoti1111
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Apex Debugger",
    "description": "Developed by Pranav Goti",
    "version": "0.0.8",
    "author": "Pranav Goti",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.force.com\/*",
        "https:\/\/*.salesforce.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/assets\/images\/icon16.png",
        "48": "\/assets\/images\/icon48.png",
        "128": "\/assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "CSS\/test.css",
                "assets\/svg\/user-profile.svg"
            ],
            "matches": [
                "https:\/\/*.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}