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\/*"
    ]
}