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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |