D365 Plugin Code Generator
Generate plugin code based on entity name and action
What is D365 Plugin Code Generator?
D365 Plugin Code Generator is a Chrome extension developed by Satyam Prakash, and its main feature is "Generate plugin code based on entity name and action".
Extension Screenshots
Download D365 Plugin Code Generator Extension CRX File
Download D365 Plugin Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | D365 Plugin Code Generator |
ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
Official URL | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
Description | Generate plugin code based on entity name and action |
File Size | 406 KB |
Installation Count | 224 |
Current Version | 1.0.4 |
Last Updated | 2024-01-03 |
Publish Date | 2023-12-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Satyam Prakash |
[email protected] | |
Payment Type | free |
Extension Website | https://techmasala.addastudents.com |
Privacy Policy Page URL | https://techmasala.addastudents.com/privacy-policy |
Supported Languages | 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" } } |