Finwiz SEC plugin

Helps you graph data in SEC filings.

Finwiz SEC pluginとは何ですか?

Finwiz SEC pluginはalexguo123によって開発されたChromeの拡張機能で、その主な機能は「Helps you graph data in SEC filings.」です。

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

screenshot
screenshot
screenshot

Finwiz SEC plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When you visit a 10-Q or 10-K filing on sec.gov, the plugin will automatically create 'smart-links' on the left-hand side. The smart-link, if clicked, will take you to a graph of historical data.

For example, you can visit Barnes and Noble 10-Q filing, click on "Cash and Cash Equivalents" in the Balance Sheet, then see a graph of the data. You can see this process in the screenshots posted.                    

拡張機能の基本情報

名前 Finwiz SEC plugin Finwiz SEC plugin
ID aihhkjkdkanjlnnhjgpincjfdlgikbee
公式URL https://chromewebstore.google.com/detail/finwiz-sec-plugin/aihhkjkdkanjlnnhjgpincjfdlgikbee
説明 Helps you graph data in SEC filings.
ファイルサイズ 6.04 KB
インストール数 50
現在のバージョン 1.5
最終更新日 2017-07-30
公開日 2017-07-30
評価 4.80/5 合計 5 レビュー
開発者 alexguo123
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finwiz SEC plugin",
    "description": "Helps you graph data in SEC filings.",
    "version": "1.5",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.sec.gov\/Archives\/edgar\/data\/*"
            ],
            "js": [
                "sec.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}