mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2025-12-19 04:47:45 +00:00
27 lines
994 B
Markdown
27 lines
994 B
Markdown
# Jambonz Webrtc Chrome extension dialer
|
|
|
|
The Jambonz 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 Jambonz'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
|
|
|
|
<p float="left">
|
|
<img src="./images/dialer.png" width="100" />
|
|
<img src="./images/history.png" width="100" />
|
|
<img src="./images/settings.png" width="100" />
|
|
</p>
|
|
|
|
## How to build and install
|
|
|
|
### Build
|
|
|
|
```
|
|
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.
|