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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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"
    }
}