D365 Plugin Code Generator
Generate plugin code based on entity name and action
D365 Plugin Code Generatorとは何ですか?
D365 Plugin Code GeneratorはSatyam Prakashによって開発されたChromeの拡張機能で、その主な機能は「Generate plugin code based on entity name and action」です。
拡張機能のスクリーンショット
D365 Plugin Code Generator拡張機能のCRXファイルをダウンロード
D365 Plugin Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | D365 Plugin Code Generator |
ID | ldlbfikjagdgcoobnodifjjlhmijehhc |
公式URL | https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc |
説明 | Generate plugin code based on entity name and action |
ファイルサイズ | 406 KB |
インストール数 | 224 |
現在のバージョン | 1.0.4 |
最終更新日 | 2024-01-03 |
公開日 | 2023-12-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Satyam Prakash |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://techmasala.addastudents.com |
プライバシーポリシーページのURL | https://techmasala.addastudents.com/privacy-policy |
対応言語 | 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" } } |