Finwiz SEC plugin

Helps you graph data in SEC filings.

Finwiz SEC plugin là gì?

Finwiz SEC plugin là một tiện ích mở rộng Chrome được phát triển bởi alexguo123, và tính năng chính của nó là "Helps you graph data in SEC filings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Finwiz SEC plugin

Tải xuống các tệp mở rộng Finwiz SEC plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Finwiz SEC plugin Finwiz SEC plugin
ID aihhkjkdkanjlnnhjgpincjfdlgikbee
URL Chính Thức https://chromewebstore.google.com/detail/finwiz-sec-plugin/aihhkjkdkanjlnnhjgpincjfdlgikbee
Mô tả Helps you graph data in SEC filings.
Kích Thước Tệp 6.04 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-07-30
Ngày Phát Hành 2017-07-30
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển alexguo123
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}