AI 产品解读Developer and administrator productivity tool for Microsoft Dynamics 365/Power Apps that provides quick access to advanced/hidden actions without bookmarklets
Dynamics 365/Power Apps developers and administrators need bookmarklets or developer tools to access advanced actions like viewing logical names, debugging forms, impersonating users, and accessing environment settings. This extension provides a convenient UI for these operations.
User navigates to a Dynamics 365/Power Apps page (already authenticated to the service). The extension detects the CRM page and injects helper scripts. User clicks the extension icon to open the popup with tabs (Forms, Navigation, View, Impersonate) and sidebar (Admin area). User selects an action like 'Logical Names' or 'God Mode' which executes against the current page via the Dynamics Web API and Xrm context.
Show logical names for fields/tabs/subgrids on formsGod Mode - unhides controls and makes read-only fields editableDisplay all field values for current recordClone records and populate minimum values for testingUser impersonation via CallerObjectId header injectionQuick navigation to System Jobs, Solutions, Security, Advanced Find, Power Platform Admin Center
- 目标用户
- Dynamics 365 developers / Power Apps administrators / CRM consultants / Dynamics 365 system customizers
付费分析未识别到付费功能
No payment-related code found in the extension source. No 'premium', 'payment', 'subscription', 'price', 'stripe' keywords in meaningful context. The 'upgrade' match is in Material Design library (MDL component upgrade), not paid upgrades. No license key validation, no feature gating, no billing integration. The extension is open-source on GitHub (https://github.com/rajyraman/Levelup-for-Dynamics-CRM). While Dynamics 365 itself requires paid licensing, the extension adds no additional cost.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension does NOT implement its own login system. However, it operates exclusively within Dynamics 365/Power Apps environments by accessing Xrm.Page.context.getUserId() and the Dynamics Web API (*://*.dynamics.com/api/*). Users must already be authenticated to their Dynamics 365/Power Apps instance for the extension to function. The extension leverages the existing browser session authentication.