Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Qu'est-ce que Edgar Table Copy Automator ?

Edgar Table Copy Automator est une extension Chrome développée par cgalvez, et sa fonction principale est "This extension allows to easily copy Edgar tables to Excel".

Télécharger le fichier CRX de l'extension Edgar Table Copy Automator

Téléchargez les fichiers d'extension Edgar Table Copy Automator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
URL Officiel https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Description This extension allows to easily copy Edgar tables to Excel
Taille du Fichier 5.42 KB
Nombre d'Installations 52
Version Actuelle 1.0.0.2
Dernière Mise à Jour 2018-01-19
Date de Publication 2018-01-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur cgalvez
Type de Paiement free
Langues Prises en Charge 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"
    ]
}