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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Nasdaq拡張機能のCRXファイルをダウンロード

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 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.
Eメール [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\/*"
    ]
}