https://github.com/syncloudsoftech/instant-webchat
Browser extension to start chat on WhatsApp without saving phone number.
https://github.com/syncloudsoftech/instant-webchat
extension web-ext whatsapp whatsapp-chat whatsapp-web
Last synced: 10 months ago
JSON representation
Browser extension to start chat on WhatsApp without saving phone number.
- Host: GitHub
- URL: https://github.com/syncloudsoftech/instant-webchat
- Owner: syncloudsoftech
- License: mit
- Created: 2022-06-19T07:23:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T05:12:26.000Z (over 3 years ago)
- Last Synced: 2024-10-24T10:07:20.358Z (about 1 year ago)
- Topics: extension, web-ext, whatsapp, whatsapp-chat, whatsapp-web
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/instant-webchat/loaiechdpdgkljoclphlbhbalemhmnal
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instant WebChat
Browser extension to start chat on WhatsApp without saving phone number.
This extension was initially developed to help increase productivity of our customer service team and save their time.
Later it was realized that it can be of help for a lot of organizations.
### Features
- Start chats with unknown number (without saving)
- Start chats from anywhere when clicked on wa.me links
### Building
To build and load (unpacked) extension locally, make sure you have [Node.js](https://nodejs.org/en/) installed and run below commands:
```shell
# get the dependencies
yarn install
# pack javascript files
npm run build
# watch for changes during development
npm run watch
# package for distribution
npm run package
```
### License
See [LICENSE](LICENSE) file.