ringcentral / redtail-embeddable-ringcentral-phone

RingCentral Embeddable Voice with Chrome extension for redtail
https://www.ringcentral.com/apps/redtail-crm
5 stars 6 forks source link
embeddable phone redtail ringcentral

Redtail CRM Embeddable RingCentral Phone

Add RingCentral Embeddable Voice widgets to Redtail CRM using a Chrome extension.

Created with ringcentral-embeddable-extension-factory, you could create similar extension for other CRM sites.

Features

Video demo

https://youtu.be/Y8PEkcVsZSg

Try it

Build and Use

  1. build content.js
git clone https://github.com/ringcentral/redtail-embeddable-ringcentral-phone.git
cd redtail-embeddable-ringcentral-phone
npm i
cp sample.env .env # then fill all required fields

# download embeddable
npm run down
# then run it
npm start
# edit src/*.js, webpack will auto-rebuild
  1. Go to Chrome extensions page.
  2. Open developer mode
  3. Load redtail-embeddable-ringcentral-phone/dist as unpacked package.
  4. Login to redtailtechnology.com to check

Build with custom RingCentral clientID/appServer

Credits

Created with Embbnux Ji's tuturial: Building Chrome Extension Integrations with RingCentral Embeddable

License

MIT