Edgar Table Copy Automator
This extension allows to easily copy Edgar tables to Excel
O que é Edgar Table Copy Automator?
Edgar Table Copy Automator é uma extensão do Chrome desenvolvida por cgalvez, e sua principal característica é "This extension allows to easily copy Edgar tables to Excel".
Baixar o arquivo CRX da Extensão Edgar Table Copy Automator
Baixe arquivos de extensão Edgar Table Copy Automator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | jikmbgooackofoienjmigmnlafjdandb |
URL Oficial | https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb |
Descrição | This extension allows to easily copy Edgar tables to Excel |
Tamanho do Arquivo | 5.42 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.0.0.2 |
Última Atualização | 2018-01-19 |
Data de Publicação | 2018-01-19 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | cgalvez |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |