Robinhood Alerts

Create quick alerts for open Robinhood tabs!

什麼是Robinhood Alerts?

Robinhood Alerts是由Jake Marquez開發的Chrome擴展程式,該擴展的主要功能是“Create quick alerts for open Robinhood tabs!”。

擴展截圖

screenshot
screenshot

下載Robinhood Alerts擴展crx文件

下載Robinhood Alerts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Robinhood Alerts Robinhood Alerts
ID hmbgndhfhlhnpblngjaabefkffbckjco
官方網址 https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco
簡介 Create quick alerts for open Robinhood tabs!
檔案大小 277 KB
安裝次數 55
目前版本 1.0.2
更新時間 2021-10-05
上架時間 2021-10-02
開發者 Jake Marquez
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}