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.
Qu'est-ce que Nasdaq ?
Nasdaq est une extension Chrome développée par Nasdaq, Inc., et sa fonction principale est "Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nasdaq
Téléchargez les fichiers d'extension Nasdaq au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Nasdaq |
ID | cnocnjflflmbpldpcpiahlbjojpfcioc |
URL Officiel | https://chromewebstore.google.com/detail/nasdaq/cnocnjflflmbpldpcpiahlbjojpfcioc |
Description | Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time. |
Taille du Fichier | 229 KB |
Nombre d'Installations | 2,201 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-08-31 |
Date de Publication | 2021-08-27 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Nasdaq, Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.nasdaq.com/ |
URL de la Page d'Aide | https://www.nasdaq.com/contact-us |
Langues Prises en Charge | 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\/*" ] } |