SEC Live

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

What is SEC Live?

SEC Live is a Chrome extension developed by SEC Live, and its main feature is "One-click access to any company's SEC filings.".

Extension Screenshots

screenshot
screenshot

Download SEC Live Extension CRX File

Download SEC Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SEC Live SEC Live
ID gfaidnickbpgemiecakpjddngoghhioa
Official URL https://chrome.google.com/webstore/detail/sec-live/gfaidnickbpgemiecakpjddngoghhioa
Description One-click access to any company's SEC filings.
File Size 17.37 KB
Installation Count 247
Current Version 1.0.0
Last Updated 2013-12-11
Publish Date 2013-11-28
Rating 5.00/5 Total 3 Ratings
Developer SEC Live
Supported Languages 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
        }
    ]
}