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
官方網址 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
        }
    ]
}