Stock Connector

With Stock Connector you can see information about stock from various sources.

Stock Connectorとは何ですか?

Stock Connectorはnanuqczによって開発されたChromeの拡張機能で、その主な機能は「With Stock Connector you can see information about stock from various sources.」です。

拡張機能のスクリーンショット

screenshot

Stock Connector拡張機能のCRXファイルをダウンロード

Stock Connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Imagine you are analyzing a stock company at finance.yahoo.com. And you want to know history of the company's debt. With this extension, you can just click on "Debt history" button and new web page with required information will open.  

Stock Connector let's you easily connect information about stock from various portals together, like company debt, performance, payout ratio, financial statements and so on. 

Stock Connector works on any of these portals: 
- Yahoo Finance (finance.yahoo.com), 
- Seeking Alpha (seekingalpha.com), 
- Finviz (finviz.com), 
- MacroTrends (macrotrends.net), 
- GuruFocus (gurufocus.com), 
- and more...

This extension is completely free and opensource (https://gitlab.com/nanuqcz/stock-connector).                    

拡張機能の基本情報

名前 Stock Connector Stock Connector
ID hogopcbaclibghihbbieemnboeogopnk
公式URL https://chromewebstore.google.com/detail/stock-connector/hogopcbaclibghihbbieemnboeogopnk
説明 With Stock Connector you can see information about stock from various sources.
ファイルサイズ 119 KB
インストール数 258
現在のバージョン 0.4.0
最終更新日 2022-01-04
公開日 2020-05-30
評価 4.50/5 合計 2 レビュー
開発者 nanuqcz
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Connector",
    "version": "0.4.0",
    "manifest_version": 2,
    "description": "With Stock Connector you can see information about stock from various sources.",
    "icons": {
        "16": "icons\/stock16.png",
        "48": "icons\/stock48.png",
        "128": "icons\/stock128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/stock19.png",
        "default_title": "Stock Connector",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/finance.yahoo.com\/quote\/*",
        "https:\/\/www.macrotrends.net\/stocks\/charts\/*",
        "https:\/\/seekingalpha.com\/symbol\/*",
        "https:\/\/www.morningstar.com\/stocks\/*",
        "https:\/\/finviz.com\/quote.ashx",
        "https:\/\/www.nasdaq.com\/market-activity\/stocks\/*",
        "https:\/\/www.digrin.com\/stocks\/detail\/*",
        "https:\/\/www.gurufocus.com\/stock\/*",
        "https:\/\/www.tipranks.com\/stocks\/*"
    ]
}