Skip to content

entertvl/google-cloud-console-production-warning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Console Production Warning - Chrome Plugin

This is a simple Chrome plugin that checks the name of the current project open in the Google Cloud Console and if it is a production project then it shows a big red "PRODUCTION" watermark over the page.

A project is considered a production project if it matches any of the patterns configured in the options. By default this is any project that matches the pattern ^.*-prod$

The text and color of the watermark can also be configured in the options ("PRODUCTION" and red by default).

The plugin runs on the following pages:

  • http://console.cloud.google.com
  • https://*.appspot.com/_ah/datastore_admin*

Note: the second URL is necessary to match the built in Datastore Admin Python module.

Screenshot

Options

The options can be changed by going to chrome://extensions and clicking "Options" on this extension.

Installation via the Chrome web store

Install from here: https://chrome.google.com/webstore/detail/google-cloud-console-prod/dpihknlpffbpjaegjocpbgdickpjiohl

Manual installation

  • Clone this repository
  • $ npm install
  • $ grunt dist
  • Open Chrome and navigate to chrome://extensions
  • Ensure "Developer mode" is enabled
  • Click "Load unpacked extension..."
  • Select the package directory where the plugin is compiled to by grunt

The extension will run automatically whenever you have the Google Cloud Console open.

About

Google Cloud Console Production Warning - Chrome plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 12.9%
  • CSS 12.0%