StockNinja Dashboard - Stock Quotes, News

Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.

StockNinja Dashboard - Stock Quotes, Newsとは何ですか?

StockNinja Dashboard - Stock Quotes, Newsはhttps://stockninja.ioによって開発されたChromeの拡張機能で、その主な機能は「Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

StockNinja Dashboard - Stock Quotes, News拡張機能のCRXファイルをダウンロード

StockNinja Dashboard - Stock Quotes, News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Built for stock enthusiasts and investors, the StockNinja Dashboard allows you to monitor everything about your stocks easily at home, at work, or on the go, all on one platform. 

Features:
- Real-time stock quotes
- Latest news of your stocks from over 50+ sources
- Stock catalyst alerts - Earnings, Insider Transactions, Stock Halts, Dividends, Offerings, and more.
- Performance tracking
- Customize with themes and custom layouts. 

Stocks supported:
- US Nasdaq Listed Stocks
- Nasdaq Listed ETFS
- US OTC (Coming Soon)
- International Markets (Coming Soon)

Coming next:
- Charting directly within the dashboard.
- Insider transactions data.
- Adding FDA approval into the notifications widget.
- Custom user-uploaded background.

The StockNinja Dashboard is the all-in-one stock helper and investment tool you need to become a better trader today.                    

拡張機能の基本情報

名前 StockNinja Dashboard - Stock Quotes, News StockNinja Dashboard - Stock Quotes, News
ID hpobhbnjlcapcgkddngcdajcpifmgjkf
公式URL https://chromewebstore.google.com/detail/stockninja-dashboard-stoc/hpobhbnjlcapcgkddngcdajcpifmgjkf
説明 Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.
ファイルサイズ 455 KB
インストール数 617
現在のバージョン 0.0.3
最終更新日 2021-07-28
公開日 2021-06-17
評価 5.00/5 合計 3 レビュー
開発者 https://stockninja.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.stockninja.io
ヘルプページのURL https://www.stockninja.io/contact/
プライバシーポリシーページのURL https://www.stockninja.io/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StockNinja Dashboard - Stock Quotes, News",
    "version": "0.0.3",
    "description": "Real-time stock quotes, breaking news, catalysts, stock halt alerts, and more of your favorite stocks every time you open a new tab.",
    "author": "StockNinja.io",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}