D365 Plugin Code Generator

Generate plugin code based on entity name and action

D365 Plugin Code Generator là gì?

D365 Plugin Code Generator là một tiện ích mở rộng Chrome được phát triển bởi Satyam Prakash, và tính năng chính của nó là "Generate plugin code based on entity name and action".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng D365 Plugin Code Generator

Tải xuống các tệp mở rộng D365 Plugin Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên D365 Plugin Code Generator D365 Plugin Code Generator
ID ldlbfikjagdgcoobnodifjjlhmijehhc
URL Chính Thức https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc
Mô tả Generate plugin code based on entity name and action
Kích Thước Tệp 406 KB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2024-01-03
Ngày Phát Hành 2023-12-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Satyam Prakash
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://techmasala.addastudents.com
URL Trang Chính Sách Bảo Mật https://techmasala.addastudents.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}