D365 Plugin Code Generator
Generate plugin code based on entity name and action
D365 Plugin Code Generatorคืออะไร?
D365 Plugin Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Satyam Prakash และคุณลักษณะหลักของมันคือ "Generate plugin code based on entity name and action"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D365 Plugin Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย D365 Plugin Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The "Plugin Code Generator for MS CRM" Chrome extension likely provides a streamlined and automated way to generate code snippets or templates for plugins in Microsoft Dynamics CRM.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | D365 Plugin Code Generator |
ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
คำอธิบาย | Generate plugin code based on entity name and action |
ขนาดไฟล์ | 406 KB |
จำนวนการติดตั้ง | 224 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2024-01-03 |
วันที่เผยแพร่ | 2023-12-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Satyam Prakash |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://techmasala.addastudents.com |
URL หน้านโยบายความเป็นส่วนตัว | https://techmasala.addastudents.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "D365 Plugin Code Generator", "version": "1.0.4", "description": "Generate plugin code based on entity name and action", "permissions": [ "activeTab" ], "action": { "default_icon": { "16": "images\/icon16.png" }, "default_popup": "popup.html" } } |