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.
O que é Nasdaq?
Nasdaq é uma extensão do Chrome desenvolvida por Nasdaq, Inc., e sua principal característica é "Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nasdaq
Baixe arquivos de extensão Nasdaq no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Nasdaq |
ID | cnocnjflflmbpldpcpiahlbjojpfcioc |
URL Oficial | https://chromewebstore.google.com/detail/nasdaq/cnocnjflflmbpldpcpiahlbjojpfcioc |
Descrição | Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time. |
Tamanho do Arquivo | 229 KB |
Contagem de Instalações | 2,201 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-08-31 |
Data de Publicação | 2021-08-27 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Nasdaq, Inc. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.nasdaq.com/ |
URL da Página de Ajuda | https://www.nasdaq.com/contact-us |
Idiomas Suportados | 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\/*" ] } |