https://github.com/keyboardcowboy/chromex-acquia
Google Chrome extension for Acquia Cloud process notifications.
https://github.com/keyboardcowboy/chromex-acquia
Last synced: about 1 month ago
JSON representation
Google Chrome extension for Acquia Cloud process notifications.
- Host: GitHub
- URL: https://github.com/keyboardcowboy/chromex-acquia
- Owner: KeyboardCowboy
- Created: 2015-01-23T08:08:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T17:15:01.000Z (over 11 years ago)
- Last Synced: 2025-03-22T06:28:42.741Z (about 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  Acquia Cloud Process Monitor
Google Chrome extension for Acquia Cloud to create notifications as processes change state.
## Usage
1. Download this repo.
2. Open Chrome Extensions in the browser.
3. Enable developer mode.
4. Load unpacked extension.
5. Choose the directory you downloaded this repo into.
6. Open your Acquia Cloud UI in a tab
7. Initiate a process.
You should see a Chrome notification with the process state. As the state
changes (i.e. it finishes or fails) another notification will be generated.
## Roadmap
- Use the extension button to show a list of current, active processes.
- Hook into Acquia's API instead of polling the tab's DOM.