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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 D365 Plugin Code Generator
ID ldlbfikjagdgcoobnodifjjlhmijehhc
官方網址 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
電子郵箱 [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"
    }
}