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.
- Click to call button
- Popup caller info panel when call inbound
- Build with custom app config
- Show contact event from RingCentral Widgets
- Manully/auto Sync Call log to RedtailCRM contact event, About auto call log sync feature.
- Check hubspot activities from ringcentral contact panel
- Custom X-USER-AGENT header for api request
- Active call control
- Download the zip from release page: https://github.com/ringcentral/redtail-embeddable-ringcentral-phone/releases
- Unpack it, get a dist folder, open your chrome extension page(chrome://extensions/), click load unpacked, select the dist folder
- Go to
redtailtechnology.comto check - Make sure you turn off
Block third-party cookiesinchrome://settings/content/cookies
- 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- Go to Chrome extensions page.
- Open developer mode
- Load
redtail-embeddable-ringcentral-phone/distas unpacked package. - Login to
redtailtechnology.comto check
-
Create an app from https://developer.ringcentral.com/, make sure you choose a browser based app, and set all permissions, and add
https://ringcentral.github.io/ringcentral-embeddable/redirect.htmlto your redirect URI list, Edit.env, -
Fill your RingCentral app's clientID and appServer in
.env
Created with Embbnux Ji's tuturial: Building Chrome Extension Integrations with RingCentral Embeddable
MIT