Finwiz SEC plugin

Helps you graph data in SEC filings.

What is Finwiz SEC plugin?

Finwiz SEC plugin is a Chrome extension developed by alexguo123, and its main feature is "Helps you graph data in SEC filings.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Finwiz SEC plugin Extension CRX File

Download Finwiz SEC plugin 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

                        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.                    

Extension Basic Information

Name Finwiz SEC plugin Finwiz SEC plugin
ID aihhkjkdkanjlnnhjgpincjfdlgikbee
Official URL https://chromewebstore.google.com/detail/finwiz-sec-plugin/aihhkjkdkanjlnnhjgpincjfdlgikbee
Description Helps you graph data in SEC filings.
File Size 6.04 KB
Installation Count 50
Current Version 1.5
Last Updated 2017-07-30
Publish Date 2017-07-30
Rating 4.80/5 Total 5 Ratings
Developer alexguo123
Email [email protected]
Payment Type free
Supported Languages 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
    }
}