Robinhood Alerts

Create quick alerts for open Robinhood tabs!

¿Qué es Robinhood Alerts?

Robinhood Alerts es una extensión de Chrome desarrollada por Jake Marquez, y su función principal es "Create quick alerts for open Robinhood tabs!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Robinhood Alerts

Descarga archivos de extensión Robinhood 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

                        If you are tired of constantly monitoring your Robinhood tabs, waiting for a stock to reach your desired price, then Robinhood Alerts is the plugin you need. Simply open the Robinhood stock page you wish to set an alert on and open the extension. The extension will prompt you for a threshold price and then save it. Leave the tab open and continue on with your day. If at any point the tab indicates the price has crossed your given threshold, you will get a notification. No longer worry about multitasking and give your complete focus on the task at hand!                    

Información Básica de la Extensión

Nombre Robinhood Alerts Robinhood Alerts
ID hmbgndhfhlhnpblngjaabefkffbckjco
URL Oficial https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco
Descripción Create quick alerts for open Robinhood tabs!
Tamaño del Archivo 277 KB
Cantidad de Instalaciones 55
Versión Actual 1.0.2
Última Actualización 2021-10-05
Fecha de Publicación 2021-10-02
Desarrollador Jake Marquez
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Robinhood Alerts",
    "description": "Create quick alerts for open Robinhood tabs!",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/robinhood.com\/*",
        "https:\/\/robinhood.com\/*"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}