UNPKG

ringcentral-embeddable-extension-factory

Version:

Cli tool to create a RingCentral Embeddable Voice chrome extension for sites.

43 lines (27 loc) 1.63 kB
# ringcentral-embeddable-extension-factory [![Build Status](https://travis-ci.org/ringcentral/ringcentral-embeddable-extension-factory.svg?branch=release)](https://travis-ci.org/ringcentral/ringcentral-embeddable-extension-factory) ![cli](screenshots/bb.jpg) Cli tool to create a [RingCentral Embeddable](https://github.com/ringcentral/ringcentral-embeddable) Chrome/Firefox extension for CRM sites. ![cli](screenshots/cli.png) ## Quick start ```bash # make sure you have npm@5.2+ installed npx ringcentral-embeddable-extension-factory my-app # or install it first # npm i -g ringcentral-embeddable-extension-factory && reef my-app # then carefully answer all questions, then the my-app folder will be create cd my-app # Then just follow my-app/README.md's instruction ``` ## Tutorial Visit our [detailed tutorial](https://ringcentral-tutorials.github.io/build-chrome-ringcentral-widgets-extension-for-crm). ## Video [https://youtu.be/2njQSk8x2K4](https://youtu.be/2njQSk8x2K4) ## Realworld examples - [pipedrive-embeddable-ringcentral-phone-nospa](https://github.com/ringcentral/pipedrive-embeddable-ringcentral-phone-nospa) - [pipedrive-embeddable-ringcentral-phone-spa](https://github.com/ringcentral/pipedrive-embeddable-ringcentral-phone-spa) - [hubspot-embeddable-ringcentral-phone (spa)](https://github.com/ringcentral/hubspot-embeddable-ringcentral-phone) - [insightly-embeddable-ringcentral-phone (spa)](https://github.com/ringcentral/insightly-embeddable-ringcentral-phone) - [redtail-embeddable-ringcentral-phone (non spa)](https://github.com/ringcentral/redtail-embeddable-ringcentral-phone) ## License MIT