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.
电子邮箱 [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\/*"
    ]
}