A Simple Chrome Extension For Sending and Receiving Messages from Gotify Push Notification Server.
▶ Gotify push
Gotify 🦄 Google Chrome Extension
Chrome Extension for Send Push Notification to gotify/server 🔔
- System Font
- Spectre.css Framework
- Light Weight and Optimized
- Fetch API
▶ Requirments
- Gotify API
▶ Usage
- you can Find the Plugin Option page on Chrome toolbar Right side of the Address bar
- Click Gotify Setup Button and Enter your Gotify APP API URL and Save it
- That's all Successfully Setup Gotify Push Extension on your Brower
▶ Allow CORS
You must configure your server CORS allow this extension to Send push notification from this Extension
- Open config.yml File and Update this Setup
server:
cors:
alloworigins:
- "chrome-extension://cbegkpikakpajcaoblfkeindhhikpfmd"
allowmethods:
- "GET"
- "POST"
allowheaders:
- "Authorization"
- "content-type"
stream:
allowedorigins: # allowed origins for websocket connections (same origin is always allowed, default only same origin)
- "cbegkpikakpajcaoblfkeindhhikpfmd"
▶ Features
- Send Custom Push Notification
- Send Current page INFO
- Send Image URL
- Send Link
- Send Selected Text
▶ LICENSE
MIT