D365 Plugin Code Generator
Generate plugin code based on entity name and action
Vad är D365 Plugin Code Generator?
D365 Plugin Code Generator är en Chrome-tillägg utvecklad av Satyam Prakash, och dess huvudfunktion är "Generate plugin code based on entity name and action".
Tilläggsskärmbilder
Ladda ner D365 Plugin Code Generator-förlängningens CRX-fil
Ladda ner D365 Plugin Code Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
| Officiell webbadress | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
| Beskrivning | Generate plugin code based on entity name and action |
| Filstorlek | 406 KB |
| Antal Installationer | 224 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2024-01-03 |
| Publiceringsdatum | 2023-12-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Satyam Prakash |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://techmasala.addastudents.com |
| URL till Sekretesspolicy Sidan | https://techmasala.addastudents.com/privacy-policy |
| Stödda Språk | 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"
}
} | |