Smart Apex Debugger
Developed by Pranav Goti
Cos'è Smart Apex Debugger?
Smart Apex Debugger è un'estensione di Chrome sviluppata da pranavgoti1111, e la sua funzione principale è "Developed by Pranav Goti".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smart Apex Debugger
Scarica i file di estensione Smart Apex Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | hgfjaoeaeojnfgjiddombbmphaajdmga |
URL Ufficiale | https://chromewebstore.google.com/detail/smart-apex-debugger/hgfjaoeaeojnfgjiddombbmphaajdmga |
Descrizione | Developed by Pranav Goti |
Dimensione del File | 1.27 MB |
Conteggio Installazioni | 198 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-11-14 |
Data di Pubblicazione | 2022-04-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | pranavgoti1111 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |