Robinhood Alerts

Create quick alerts for open Robinhood tabs!

Was ist Robinhood Alerts?

Robinhood Alerts ist eine Chrome-Erweiterung, die von Jake Marquez entwickelt wurde, und ihr Hauptmerkmal ist "Create quick alerts for open Robinhood tabs!".

Erweiterungsscreenshots

screenshot
screenshot

Robinhood Alerts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Robinhood Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Robinhood Alerts Robinhood Alerts
ID hmbgndhfhlhnpblngjaabefkffbckjco
Offizielle URL https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco
Beschreibung Create quick alerts for open Robinhood tabs!
Dateigröße 277 KB
Installationsanzahl 55
Aktuelle Version 1.0.2
Letztes Update 2021-10-05
Veröffentlichungsdatum 2021-10-02
Entwickler Jake Marquez
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}