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."입니다.
확장 프로그램 스크린샷
StockNinja Dashboard - Stock Quotes, News 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |