Nasdaq
Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time.
Nasdaq란 무엇입니까?
Nasdaq은(는) Nasdaq, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time."입니다.
확장 프로그램 스크린샷
Nasdaq 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Following the stock market has never been easier. Nasdaq’s new chrome extension allows you to track up to six stocks, get the latest news headlines, and see a snapshot of the market in real time. Plus, you can search for all U.S. stock quotes and find trusted market data on mutual funds, ETFs, crypto, futures, currencies, commodities, and more.
확장 프로그램 기본 정보
이름 | Nasdaq |
ID | cnocnjflflmbpldpcpiahlbjojpfcioc |
공식 URL | https://chromewebstore.google.com/detail/nasdaq/cnocnjflflmbpldpcpiahlbjojpfcioc |
설명 | Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time. |
파일 크기 | 229 KB |
설치 횟수 | 2,201 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-08-31 |
출시 날짜 | 2021-08-27 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | Nasdaq, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.nasdaq.com/ |
도움말 페이지 URL | https://www.nasdaq.com/contact-us |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nasdaq", "description": "Nasdaq\u2019s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time.", "version": "1.0.0", "homepage_url": "https:\/\/www.nasdaq.com", "icons": { "16": "image16.png", "48": "image48.png", "128": "image128.png" }, "browser_action": { "default_icon": "image16.png", "default_title": "Nasdaq", "default_popup": "index.html" }, "permissions": [ "cookies", "https:\/\/www.nasdaq.com\/*", "http:\/\/www.nasdaq.com\/*", "https:\/\/api.nasdaq.com\/*", "http:\/\/api.nasdaq.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "index.html", "\/static\/*" ] } |