SEC Live

One-click access to any company's SEC filings.

SEC Liveとは何ですか?

SEC LiveはSEC Liveによって開発されたChromeの拡張機能で、その主な機能は「One-click access to any company's SEC filings.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        For financial analysts, journalists and individual investors. 

Get instant access to any company's SEC filings while browsing the web. Highlight a company name or ticker symbol, right-click and start browsing its SEC filings. 

Sign up for an SEC Live account (available at www.seclive.com) and start using it. SEC Live gives you the advantage of reading filings online with easier-to-read text, faster navigation within a filing and effortless notes and highlighting.                    

拡張機能の基本情報

名前 SEC Live SEC Live
ID gfaidnickbpgemiecakpjddngoghhioa
公式URL https://chrome.google.com/webstore/detail/sec-live/gfaidnickbpgemiecakpjddngoghhioa
説明 One-click access to any company's SEC filings.
ファイルサイズ 17.37 KB
インストール数 247
現在のバージョン 1.0.0
最終更新日 2013-12-11
公開日 2013-11-28
評価 5.00/5 合計 3 レビュー
開発者 SEC Live
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEC Live",
    "short_name": "seclive",
    "version": "1.0.0",
    "description": "One-click access to any company's SEC filings.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead"
    ],
    "browser_action": {
        "default_title": "Look up company filings in SEC Live",
        "default_icon": {
            "19": "img\/icon_16.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}