Edgar Table Copy Automator
This extension allows to easily copy Edgar tables to Excel
Cos'è Edgar Table Copy Automator?
Edgar Table Copy Automator è un'estensione di Chrome sviluppata da cgalvez, e la sua funzione principale è "This extension allows to easily copy Edgar tables to Excel".
Scarica il file CRX dell'estensione Edgar Table Copy Automator
Scarica i file di estensione Edgar Table Copy Automator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jikmbgooackofoienjmigmnlafjdandb |
URL Ufficiale | https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb |
Descrizione | This extension allows to easily copy Edgar tables to Excel |
Dimensione del File | 5.42 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2018-01-19 |
Data di Pubblicazione | 2018-01-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | cgalvez |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |