/app-env-info-extension

An chrome extension that checks if you are in prod version of you app and alert you about the risks!

Primary LanguageJavaScript

App Enviroment Info

checks which enviroment you are based on tab url: DEV, PROD or HML

How it works?

the extension have two constants: PROD_URL and HOMOLOG_URL that represents the respectives urls of your app enviroments for production and staging.

Installation guide

  • clone this repo

  • open Chrome Extensions: Settings > More Tools > Extensions

image

  • Toggle the developer mode

image

  • click in Load unpacked

image

  • select the path on your cloned the repo and the extension will be appear like the image above

Main functionalities

1. env info on extension icon

image

the first functionality shows which env you are in extension icon

2. env info on page

image

the second functionality shows which env you are in page on top of your app content

3. personalize if you want show info on your app page

image