Edgar Table Copy Automator
This extension allows to easily copy Edgar tables to Excel
¿Qué es Edgar Table Copy Automator?
Edgar Table Copy Automator es una extensión de Chrome desarrollada por cgalvez, y su función principal es "This extension allows to easily copy Edgar tables to Excel".
Descargar Archivo CRX de la Extensión Edgar Table Copy Automator
Descarga archivos de extensión Edgar Table Copy Automator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ![]() |
ID | jikmbgooackofoienjmigmnlafjdandb |
URL Oficial | https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb |
Descripción | This extension allows to easily copy Edgar tables to Excel |
Tamaño del Archivo | 5.42 KB |
Cantidad de Instalaciones | 52 |
Versión Actual | 1.0.0.2 |
Última Actualización | 2018-01-19 |
Fecha de Publicación | 2018-01-19 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | cgalvez |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |