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

https://github.com/e-conomix/magento2-usersnap

Magento 2 intergration for Usersnap with support for back- and frontend as well as IP restrictions.
https://github.com/e-conomix/magento2-usersnap

magento2 magento2-extension magento2-module qa testing user-experience usersnap

Last synced: 3 months ago
JSON representation

Magento 2 intergration for Usersnap with support for back- and frontend as well as IP restrictions.

Awesome Lists containing this project

README

          

# Usersnap Integration for Magento 2 with IP restriction support

## About
This extension brings [Usersnap](https://www.usersnap.com) widget to your Magento 2 Store.

## Features
* You can seperatly define, if the widget should be shown in frontend and backend.
* You can define IP restrictions, that the widget is only shown to users coming from whitelisted IPs

## Installation
Install the extension using composer: `composer require e-conomix/magento2-usersnap`
Afterwards enable the module: `bin/magento module:enable Economix_Usersnap`

## Configuration
In the backend under `Stores => Configuration => Services => Usersnap Integration` you can configure the plugin.

### Basic configuration
* Enable the plugin
* Add the `Project API Key` from your corresponding Usersnap project
* Define if the widget should be enabled in front- and/or backend

### IP restrictions
* Enable IP restrictions
* Enter IPs that should be able to access the Usersnap widget

## License
This module is open-sourced software licensed under the [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.de.html).