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
官方網址 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\/*"
    ]
}