An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Blip Addons


[![Download at Chrome Store](.github/chrome.png)](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).

[![Download at Chrome Store](.github/chrome.png)](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.