Stock Alerts

Get real-time stock alerts

¿Qué es Stock Alerts?

Stock Alerts es una extensión de Chrome desarrollada por fumble.app, y su función principal es "Get real-time stock alerts".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Stock Alerts

Descarga archivos de extensión Stock Alerts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Stock Alerts is a powerful Chrome extension that keeps you updated on stock prices in real-time. Never miss out on important stock movements again!

With Stock Alerts, you can set custom price alerts for your favorite stocks. Simply enter the stock symbol and the desired alert price, and the extension will monitor the stock's price movements for you. When the stock price reaches or goes below your specified alert price, you'll receive a notification right in your browser, ensuring you're always aware of the latest developments.

Key Features:

Simple extension to set price alerts when a stock decreases to your "buy" price
Receive notifications when a stock reaches or goes below your alert price
Easy-to-use interface for managing and tracking your alerts

Stock Alerts is a must-have tool for the patient investor, who knows what they want to own, and at what price they want to own it. 

Take control of your stock investments and make informed decisions with Stock Alerts.                    

Información Básica de la Extensión

Nombre Stock Alerts Stock Alerts
ID gfnbebdkolmglcjeknckjopmckakijhl
URL Oficial https://chromewebstore.google.com/detail/stock-alerts/gfnbebdkolmglcjeknckjopmckakijhl
Descripción Get real-time stock alerts
Tamaño del Archivo 650 KB
Cantidad de Instalaciones 178
Versión Actual 1.0
Última Actualización 2023-05-22
Fecha de Publicación 2023-05-22
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador fumble.app
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stock Alerts",
    "version": "1.0",
    "description": "Get real-time stock alerts",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/finnhub.io\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}