Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Was ist Edgar Table Copy Automator?

Edgar Table Copy Automator ist eine Chrome-Erweiterung, die von cgalvez entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows to easily copy Edgar tables to Excel".

Edgar Table Copy Automator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Edgar Table Copy Automator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
Offizielle URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Beschreibung This extension allows to easily copy Edgar tables to Excel
Dateigröße 5.42 KB
Installationsanzahl 52
Aktuelle Version 1.0.0.2
Letztes Update 2018-01-19
Veröffentlichungsdatum 2018-01-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler cgalvez
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}