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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nasdaq, Inc., και η κύρια λειτουργία του είναι "Nasdaq’s chrome extension allows you to track stocks, get the latest news headlines, and see a snapshot of the market in real time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Nasdaq
Λήψη αρχείων επέκτασης Nasdaq σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } |