Skip to content

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 application .

Notifications You must be signed in to change notification settings

AngelRodriguez8008/crm-power-pane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

Click the CRM Power Pane icon next to the Microsoft Dynamics 365 logo, and select your action.

CRM Power Pane Usage

Install

Google Chrome

Dynamics CRM Power Pane on Chrome Web Store

Mozilla Firefox

Dynamics CRM Power Pane on Mozilla Add-Ons

Disclaimer: This is as unsupported as it gets.

Build and Run

To build the repository, you need to have Node.js and npm installed.

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm run build-chrome to build for Google Chrome.
  4. Run npm run build-firefox to build for Mozilla Firefox.
  5. Run npm run build-edge to build for Microsoft Edge (experimental).
  6. Alternatively, run npm run build-all to 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

Simply fork the repository, make your change, test it and send a pull request!

We will review each pull request and include them in the next release. All contributions are welcome.

About

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 application .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 3.3%
  • HTML 2.9%