Debug Doctor(beta)
Debug Doctor(beta)
Debug Doctor(beta)คืออะไร?
Debug Doctor(beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gagandeep Kainth และคุณลักษณะหลักของมันคือ "Debug Doctor(beta)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Debug Doctor(beta)
ดาวน์โหลดไฟล์ส่วนขยาย Debug Doctor(beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension enables log comparison for Debug Logs generated within Salesforce. This helps the Salesforce Developers to quickly spot the execution differences and resolve issues faster. This is NOT a Salesforce.com product. IN NO EVENT SHALL DEVELOPER BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DEVELOPER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. DEVELOPER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED HEREUNDER IS PROVIDED "AS IS". DEVELOPER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Debug Doctor(beta) |
ID | apjnffafndghchieklahijnaonmnbkdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/debug-doctorbeta/apjnffafndghchieklahijnaonmnbkdj |
คำอธิบาย | Debug Doctor(beta) |
ขนาดไฟล์ | 573 KB |
จำนวนการติดตั้ง | 207 |
เวอร์ชันปัจจุบัน | 0.1.04 |
อัปเดตครั้งล่าสุด | 2022-06-07 |
วันที่เผยแพร่ | 2022-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gagandeep Kainth |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Debug Doctor(beta)", "version": "0.1.04", "description": "Debug Doctor(beta)", "background": { "service_worker": "background.js" }, "action": [], "web_accessible_resources": [ { "resources": [ "js\/processor.js", "js\/manual_processor.js", "manualcompare.html", "index.html", "usage.html" ], "matches": [ "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.lightning.force.com\/*" ] } ], "icons": { "48": "images\/icon48.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/constants.js", "js\/content.js", "js\/global.js", "js\/cmprjs\/codemirror.min.js", "js\/cmprjs\/mergely.js" ], "matches": [ "https:\/\/*.my.salesforce.com\/*", "https:\/\/*.lightning.force.com\/*" ], "css": [ "styles\/style.css" ], "run_at": "document_idle" } ], "host_permissions": [ "https:\/\/*.my.salesforce.com\/p\/setup\/layout\/ApexDebugLogDetailEdit\/*", "https:\/\/*.lightning.force.com\/*" ], "permissions": [ "storage", "cookies", "tabs", "webNavigation" ] } |