Smart Apex Debugger
Developed by Pranav Goti
Smart Apex Debugger là gì?
Smart Apex Debugger là một tiện ích mở rộng Chrome được phát triển bởi pranavgoti1111, và tính năng chính của nó là "Developed by Pranav Goti".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Apex Debugger
Tải xuống các tệp mở rộng Smart Apex Debugger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgfjaoeaeojnfgjiddombbmphaajdmga |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-apex-debugger/hgfjaoeaeojnfgjiddombbmphaajdmga |
Mô tả | Developed by Pranav Goti |
Kích Thước Tệp | 1.27 MB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2023-11-14 |
Ngày Phát Hành | 2022-04-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | pranavgoti1111 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |