Robinhood Alerts
Create quick alerts for open Robinhood tabs!
O que é Robinhood Alerts?
Robinhood Alerts é uma extensão do Chrome desenvolvida por Jake Marquez, e sua principal característica é "Create quick alerts for open Robinhood tabs!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Robinhood Alerts
Baixe arquivos de extensão Robinhood Alerts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Robinhood Alerts |
ID | hmbgndhfhlhnpblngjaabefkffbckjco |
URL Oficial | https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco |
Descrição | Create quick alerts for open Robinhood tabs! |
Tamanho do Arquivo | 277 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-10-05 |
Data de Publicação | 2021-10-02 |
Desenvolvedor | Jake Marquez |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |