Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Wat is Edgar Table Copy Automator?

Edgar Table Copy Automator is een Chrome-extensie ontwikkeld door cgalvez, en de belangrijkste functie is "This extension allows to easily copy Edgar tables to Excel".

Download het CRX-bestand van de extensie Edgar Table Copy Automator

Download Edgar Table Copy Automator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
Officiële URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Beschrijving This extension allows to easily copy Edgar tables to Excel
Bestandsgrootte 5.42 KB
Aantal Installaties 52
Huidige Versie 1.0.0.2
Laatst Bijgewerkt 2018-01-19
Publicatiedatum 2018-01-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar cgalvez
Betalingswijze free
Ondersteunde Talen 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"
    ]
}