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
电子邮箱 [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"
}