D365 Plugin Code Generator
Generate plugin code based on entity name and action
Cos'è D365 Plugin Code Generator?
D365 Plugin Code Generator è un'estensione di Chrome sviluppata da Satyam Prakash, e la sua funzione principale è "Generate plugin code based on entity name and action".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione D365 Plugin Code Generator
Scarica i file di estensione D365 Plugin Code Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
| URL Ufficiale | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
| Descrizione | Generate plugin code based on entity name and action |
| Dimensione del File | 406 KB |
| Conteggio Installazioni | 224 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2024-01-03 |
| Data di Pubblicazione | 2023-12-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Satyam Prakash |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://techmasala.addastudents.com |
| URL della Pagina della Politica sulla Privacy | https://techmasala.addastudents.com/privacy-policy |
| Lingue Supportate | 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"
}
} | |