Robinhood Alerts

Create quick alerts for open Robinhood tabs!

Cos'è Robinhood Alerts?

Robinhood Alerts è un'estensione di Chrome sviluppata da Jake Marquez, e la sua funzione principale è "Create quick alerts for open Robinhood tabs!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Robinhood Alerts

Scarica i file di estensione Robinhood Alerts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Robinhood Alerts Robinhood Alerts
ID hmbgndhfhlhnpblngjaabefkffbckjco
URL Ufficiale https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco
Descrizione Create quick alerts for open Robinhood tabs!
Dimensione del File 277 KB
Conteggio Installazioni 55
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-10-05
Data di Pubblicazione 2021-10-02
Sviluppatore Jake Marquez
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}