D365 Plugin Code Generator

Generate plugin code based on entity name and action

Co to jest D365 Plugin Code Generator?

D365 Plugin Code Generator to rozszerzenie Chrome opracowane przez Satyam Prakash, a jego główną funkcją jest „Generate plugin code based on entity name and action”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia D365 Plugin Code Generator

Pobierz pliki rozszerzeń D365 Plugin Code Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa D365 Plugin Code Generator D365 Plugin Code Generator
ID ldlbfikjagdgcoobnodifjjlhmijehhc
Oficjalny URL https://chromewebstore.google.com/detail/d365-plugin-code-generato/ldlbfikjagdgcoobnodifjjlhmijehhc
Opis Generate plugin code based on entity name and action
Rozmiar pliku 406 KB
Liczba instalacji 224
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2024-01-03
Data Publikacji 2023-12-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Satyam Prakash
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://techmasala.addastudents.com
Adres URL Strony Polityki Prywatności https://techmasala.addastudents.com/privacy-policy
Obsługiwane Języki 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"
    }
}