Finwiz SEC plugin

Helps you graph data in SEC filings.

Apa itu Finwiz SEC plugin?

Finwiz SEC plugin adalah ekstensi Chrome yang dikembangkan oleh alexguo123, dan fitur utamanya adalah "Helps you graph data in SEC filings.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Finwiz SEC plugin

Unduh file ekstensi Finwiz SEC plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Finwiz SEC plugin Finwiz SEC plugin
ID aihhkjkdkanjlnnhjgpincjfdlgikbee
URL Resmi https://chromewebstore.google.com/detail/finwiz-sec-plugin/aihhkjkdkanjlnnhjgpincjfdlgikbee
Deskripsi Helps you graph data in SEC filings.
Ukuran File 6.04 KB
Jumlah Instalasi 50
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-07-30
Tanggal Publikasi 2017-07-30
Penilaian 4.80/5 Total 5 Penilaian
Pengembang alexguo123
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}