Yahoo Finance Enhanced for stock investors

Enhance your financial analysis! Extend information graphically to Yahoo finance to provide new insights into your market analysis.

Yahoo Finance Enhanced for stock investorsคืออะไร?

Yahoo Finance Enhanced for stock investors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fuyutarow และคุณลักษณะหลักของมันคือ "Enhance your financial analysis! Extend information graphically to Yahoo finance to provide new insights into your market analysis."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yahoo Finance Enhanced for stock investors

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

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

                        Chrome extension for stock investors.
Yahoo Finance Enhanced graphically extends information and provides new insights into market analysis.
Never miss an opportunity through quick and deep market visibility and graphical financial analysis!

# Features
👉 One-click navigation from Twitter to Yahoo! Finance, Bloomberg, MarketWatch, and SeekingAlpha.
👉 Never miss out on what other similar symbols those who are watching Tesla
👉 Wisely understand the company's operation through an income statement, balance sheet, and cash flow

# Supported website
📌 Twitter ... https://twitter.com
📌 Yahoo! Finance ... https://finance.yahoo.com
📌 Bloomberg ... https://www.bloomberg.com
📌 MarketWatch ... https://www.marketwatch.com
📌 Seeking Alpha ... https://seekingalpha.com

# Feedback
Let us know your desired features, improvements, and issues!!
We will continue to develop features upon your request.

# Updates
Aug 10, 2022 - Add a chart to browser bar Popup
Aug 9, 2022 - Add a chart to Twitter Popup
Aug 8, 2022 - Add ranges for quote charts
Jul. 31, 2022 - Stabilize functions
Jul. 28, 2022 - Add most-active, top-gainers, and top-losers symbols
Jul. 24, 2022 - Add Twitter popup
Jul. 22, 2022 - Add trending and recommended symbols
Jul. 21, 2022 - Add financial chart                    

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

ชื่อ Yahoo Finance Enhanced for stock investors Yahoo Finance Enhanced for stock investors
ID phnbbboggjpdadanhbiigfjppnnigckm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yahoo-finance-enhanced-fo/phnbbboggjpdadanhbiigfjppnnigckm
คำอธิบาย Enhance your financial analysis! Extend information graphically to Yahoo finance to provide new insights into your market analysis.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 418
เวอร์ชันปัจจุบัน 1.2022.65
อัปเดตครั้งล่าสุด 2022-08-12
วันที่เผยแพร่ 2022-07-20
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา fuyutarow
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Yahoo Finance Enhanced for stock investors",
    "version": "1.2022.65",
    "description": "Enhance your financial analysis! Extend information graphically to Yahoo finance to provide new insights into your market analysis.",
    "minimum_chrome_version": "93",
    "permissions": [
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.finance.yahoo.com\/*",
        "https:\/\/functions.fuyutarow.workers.dev\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/finance.yahoo.com\/*",
                "https:\/\/seekingalpha.com\/*"
            ],
            "js": [
                "pages\/content\/import-index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "pages\/content\/index.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/finance.yahoo.com\/*",
                "https:\/\/seekingalpha.com\/*",
                "https:\/\/*.finance.yahoo.com\/*",
                "https:\/\/functions.fuyutarow.workers.dev\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "32": "assets\/icons\/favicon-32.png"
        },
        "default_title": "Tooltip title",
        "default_popup": "pages\/popup\/index.html"
    },
    "icons": {
        "72": "assets\/icons\/favicon-72.png",
        "128": "assets\/icons\/favicon-128.png",
        "228": "assets\/icons\/favicon-228.png"
    },
    "oauth2": {
        "client_id": "209121271337-93qqdav7f8snsq1jmugd2d9k3ok31u5r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}