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.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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 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\/*"
    ]
}