Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Edgar Table Copy Automator là gì?

Edgar Table Copy Automator là một tiện ích mở rộng Chrome được phát triển bởi cgalvez, và tính năng chính của nó là "This extension allows to easily copy Edgar tables to Excel".

Tải xuống tệp CRX của tiện ích mở rộng Edgar Table Copy Automator

Tải xuống các tệp mở rộng Edgar Table Copy Automator 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

                        This extension enables you to easily copy financial tables from the SEC's Edgar database to excel.  The extension modifies the HTML formatting of the pages to correct for some tedious issues, such as "$" signs appearing in their own column, ")" in negative numbers being in their own column and separated from the number, etc.

To use the extension, navigate to the SEC filing of interest and click the extension's icon.  The extension will add buttons above each table that, when clicked, will reformat the table and place it in the clipboard.                    

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

Tên Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
URL Chính Thức https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Mô tả This extension allows to easily copy Edgar tables to Excel
Kích Thước Tệp 5.42 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2018-01-19
Ngày Phát Hành 2018-01-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cgalvez
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": "Edgar Table Copy Automator",
    "description": "This extension allows to easily copy Edgar tables to Excel",
    "version": "1.0.0.2",
    "background": {
        "scripts": [
            "edgar_extension.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Copy Edgar Tables"
    },
    "permissions": [
        "activeTab"
    ]
}