D365 Plugin Code Generator
Generate plugin code based on entity name and action
什么是D365 Plugin Code Generator?
D365 Plugin Code Generator是由Satyam Prakash开发的Chrome扩展程序,该扩展的主要功能是“Generate plugin code based on entity name and action”。
扩展截图
下载D365 Plugin Code Generator扩展crx文件
下载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" } } |