SEC Live

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

SEC Live là gì?

SEC Live là một tiện ích mở rộng Chrome được phát triển bởi SEC Live, và tính năng chính của nó là "One-click access to any company's SEC filings.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng SEC Live 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

                        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.                    

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

Tên SEC Live SEC Live
ID gfaidnickbpgemiecakpjddngoghhioa
URL Chính Thức https://chrome.google.com/webstore/detail/sec-live/gfaidnickbpgemiecakpjddngoghhioa
Mô tả One-click access to any company's SEC filings.
Kích Thước Tệp 17.37 KB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-12-11
Ngày Phát Hành 2013-11-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển SEC Live
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}