You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
.vscode | 11 months ago | |
public | 11 months ago | |
src | 11 months ago | |
.gitignore | 11 months ago | |
.prettierrc.json | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
package-lock.json | 11 months ago | |
package.json | 11 months ago | |
tsconfig.json | 11 months ago | |
webpack.config.js | 11 months ago |
README.md
Sapian Webrtc Chrome extension dialer
The Sapian WebRTC Chrome Extension Dialer is an easy-to-use browser extension that enables seamless WebRTC communication. With this extension, users can initiate voice calls directly from their web browsers without requiring additional software or hardware. It leverages Sapian's open-source platform capabilities to handle VoIP communication with high quality and reliability. This extension is perfect for those who require frequent online communications, offering a streamlined experience with quick dialing features.
Overview of the extension
How to build and install
Build
npm install
npm run build
Install
- Open Chrome/Egde
- Open Extensions --> Manage Extensions
- Choose Load Unpacked
- Browse to dist folder which is the result of npm run build command.