Add RingCentral Embeddable Voice widgets to pipedrive.
Created with ringcentral-embeddable-extension-factory, you could create similar extension for other CRM sites with it.
screenshots | screenshots |
---|---|
pipedrive.com
to checkBlock third-party cookies
in chrome://settings/content/cookies
Block third-party cookies
in chrome://settings/content/cookies
npm i
# edit .env, fill in all required
cp sample.env .env
# download files needed
npm run down
# start
npm start
# then load dist folder as unpacked extension
dist
as unpacked package.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.html
to your redirect URI list, Edit .env
.
Fill your RingCentral app's clientID and appServer in .env
.
Just visit release page
Created with Embbnux Ji's tuturial: Building Chrome Extension Integrations with RingCentral Embeddable
MIT