Stocks

The best extension for real-time quotes on stocks, cryptocurrencies, ETFs, news, and global market data, always at your fingertips.

Stocksคืออะไร?

Stocks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย francesco และคุณลักษณะหลักของมันคือ "The best extension for real-time quotes on stocks, cryptocurrencies, ETFs, news, and global market data, always at your fingertips."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stocks

ดาวน์โหลดไฟล์ส่วนขยาย Stocks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🚀 Boost Your Investments with the Stocks Chrome Extension! 🚀

Welcome to the ultimate tool for financial enthusiasts and savvy investors – introducing Stocks, your go-to Chrome extension for comprehensive market insights and seamless navigation. Unlock a world of possibilities and take your investment journey to new heights!

🔎 All-in-One Stock Search
Search for stocks, ETFs, currency exchanges, and crypto, all in one place

💼 Track your investment portfolio
Start tracking your portfolio with real-time market quotes, up-to-date financial news, and analytics to support trading and investment.

📊 Timed Trend Graphs
Dive deep into the market trends with timed graphs for specific tickers. Visualize the performance over time and stay ahead of the curve in the dynamic world of finance.

📰 News and Market Information
Stay in the know with up-to-the-minute news about your most searched stocks.

⏱️ Stock Exchange Opening Times
Easily check the current status and opening times of the most important stock exchanges.

💵 Currency Exchange Made Simple
Convert currencies with the latest exchange rates. Our user-friendly interface ensures quick and accurate currency conversions, saving you time and hassle.

Transform your investment journey with Stocks – where financial insights meet convenience. Download now and embark on a smarter, more informed investment experience!

Happy Investing! 🚀✨                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Stocks Stocks
ID ahigdeeepecbhcmdcnlhiojdggilpkog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stocks/ahigdeeepecbhcmdcnlhiojdggilpkog
คำอธิบาย The best extension for real-time quotes on stocks, cryptocurrencies, ETFs, news, and global market data, always at your fingertips.
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2023-11-26
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา francesco
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://stocks-ext.web.app/
URL หน้าช่วยเหลือ https://twitter.com/stocks_ext
URL หน้านโยบายความเป็นส่วนตัว https://complete-eoraptor-c0c.notion.site/Stocks-Privacy-Policy-f8c43efb9c92466f881c06b588e173c0?pvs=4
ภาษาที่รองรับ de,en,fr,es,it,pt-PT,hi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "1.2.2",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.ecb.europa.eu\/*",
        "https:\/\/stocks-extension.vercel.app\/*",
        "https:\/\/query1.finance.yahoo.com\/*"
    ],
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_extension_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                ".\/extpay\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ]
}