D365 Plugin Code Generator
Generate plugin code based on entity name and action
Wat is D365 Plugin Code Generator?
D365 Plugin Code Generator is een Chrome-extensie ontwikkeld door Satyam Prakash, en de belangrijkste functie is "Generate plugin code based on entity name and action".
Extensie Screenshots
Download het CRX-bestand van de extensie D365 Plugin Code Generator
Download D365 Plugin Code Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
| Officiële URL | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
| Beschrijving | Generate plugin code based on entity name and action |
| Bestandsgrootte | 406 KB |
| Aantal Installaties | 224 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2024-01-03 |
| Publicatiedatum | 2023-12-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Satyam Prakash |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://techmasala.addastudents.com |
| URL van de Privacybeleid Pagina | https://techmasala.addastudents.com/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |