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.
- Host: GitHub
- URL: https://github.com/e-conomix/magento2-usersnap
- Owner: e-conomix
- License: gpl-3.0
- Created: 2019-12-04T20:02:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T11:40:43.000Z (over 3 years ago)
- Last Synced: 2025-12-28T15:21:32.397Z (6 months ago)
- Topics: magento2, magento2-extension, magento2-module, qa, testing, user-experience, usersnap
- Language: PHP
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).