Smart Apex Debugger
Developed by Pranav Goti
Smart Apex Debugger क्या है?
Smart Apex Debugger pranavgoti1111 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Developed by Pranav Goti"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Apex Debugger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
ईमेल | [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 } |