D365 Plugin Code Generator
Generate plugin code based on entity name and action
Hvad er D365 Plugin Code Generator?
D365 Plugin Code Generator er en Chrome-udvidelse udviklet af Satyam Prakash, og dens hovedfunktion er "Generate plugin code based on entity name and action".
Udvidelsesskærmbilleder
Download D365 Plugin Code Generator-udvidelses-CRX-fil
Download D365 Plugin Code Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
| Officiel URL | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
| Beskrivelse | Generate plugin code based on entity name and action |
| Filstørrelse | 406 KB |
| Antal Installationer | 224 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2024-01-03 |
| Udgivelsesdato | 2023-12-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Satyam Prakash |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://techmasala.addastudents.com |
| URL til Fortrolighedspolitik Side | https://techmasala.addastudents.com/privacy-policy |
| Understøttede Sprog | 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"
}
} | |