crm-power-pane
crm-power-pane copied to clipboard
The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM appl...
CRM Power Pane
The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics 365 application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics 365 application.
Disclaimer: This is as unsupported as it gets.
Usage
Click the CRM Power Pane icon next to the Microsoft Dynamics 365 logo, and select your action.

Install
Google Chrome
Mozilla Firefox
Build and Run
To build the repository, you need to have Node.js and npm installed.
- Clone the repository
- Run
npm installto install the dependencies - Run
npm run build-chrometo build for Google Chrome. - Run
npm run build-firefoxto build for Mozilla Firefox. - Run
npm run build-edgeto build for Microsoft Edge (experimental). - Alternatively, run
npm run build-allto build for all three browsers. This script executes the former three scripts sequentially, provided as a shorthand.
The extensions will be built under ./dist/chrome/, ./dist/firefox/ and ./dist/edge/ directories respectively.
Contribute
All contributions are welcome. Please take a look at the contributing guidelines and code of conduct for more information.

