https://github.com/ceifa/blip-addons
Extension that provides quick utilities features for Blip users
https://github.com/ceifa/blip-addons
Last synced: 3 months ago
JSON representation
Extension that provides quick utilities features for Blip users
- Host: GitHub
- URL: https://github.com/ceifa/blip-addons
- Owner: ceifa
- License: mit
- Created: 2022-08-31T00:30:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T22:30:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T07:25:09.915Z (over 1 year ago)
- Homepage:
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blip Addons

[](https://chrome.google.com/webstore/detail/blip-addons/niopbdedfbgmagppkckachanclmdomeg)
This extension provides a collection of utilities for working with [Blip](https://portal.blip.ai/).
## Features
- Changes the title of the page for matching the chatbot you working
- Allows Ctrl + C, Ctrl + V in different bots.
- Changes the uppercase inputs to normal inputs.
- Hability to add global waiting limit time to inputs.
- Hability to add global trackings with more flexibility.
- Hability to filter bots by environment.
- More features in development!
## How to install
You can download this extension at the [Chrome Store](https://chrome.google.com/webstore/detail/blip-addons/niopbdedfbgmagppkckachanclmdomeg).
[](https://chrome.google.com/webstore/detail/blip-addons/niopbdedfbgmagppkckachanclmdomeg)
### Manual installation
1. Clone this project
```bash
$ git clone https://github.com/jotaajunior/blips-extension
```
2. Go to the directory
```bash
$ cd blips-extension
```
3. Install the dependencies
```bash
$ npm install
$ yarn install
```
4. Build the project
```bash
$ npm run build
$ yarn build
```
5. Go to [`chrome://extensions`](chrome://extensions).
6. Click in `Load unpacked` and select the `dist` folder in the directory you've cloned this repository.
## Contribute
We encourage you to contribute with the project, even if you don't work at [TakeBlip](https://www.take.net/).
### Have a feature request?
Suggest the feature at [Blips Discussions](https://github.com/jotaajunior/blips-extension/discussions) tab. Don't start working on a new feature before collecting the feedback.
### Did you find a bug?
- Ensure that you running the latest version of Blips.
- Ensure that the bug was not already reported.
- If you're unable to find an open issue, [open a new one](https://github.com/jotaajunior/blips-extension/issues).
- Make sure to include relevant information about the bug.