Home
Softono

Crm Power Pane

Open source MIT JavaScript
76
Stars
42
Forks
50
Issues
16
Watchers
2 years
Last Commit

 About Crm Power Pane

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 .

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Crm Power Pane?

We provide expert installation service for this software. Our team will install, configure, and secure Crm Power Pane on your server. plans start at just $30.

Crm Power Pane

View on GitHub

CRM Power Pane

Build Status Gitter

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.

CRM Power Pane Usage

Install

Google Chrome

Chrome Web Store Chrome Web Store - Users Chrome Web Store - Rating Chrome Web Store - Reviews

Dynamics CRM Power Pane on Chrome Web Store

Mozilla Firefox

Mozilla Add-on Mozilla Add-on - Users Mozilla Add-on - Rating

Dynamics CRM Power Pane on Mozilla Add-Ons

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

All contributions are welcome. Please take a look at the contributing guidelines and code of conduct for more information.