Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

什麼是Edgar Table Copy Automator?

Edgar Table Copy Automator是由cgalvez開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to easily copy Edgar tables to Excel”。

下載Edgar Table Copy Automator擴展crx文件

下載Edgar Table Copy Automator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
官方網址 https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
簡介 This extension allows to easily copy Edgar tables to Excel
檔案大小 5.42 KB
安裝次數 52
目前版本 1.0.0.2
更新時間 2018-01-19
上架時間 2018-01-19
評分 5.00/5 共 2 次評分
開發者 cgalvez
付費類型 free
支援的語言 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"
    ]
}