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
公式URL 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
Eメール [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"
    }
}