Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Co to jest Edgar Table Copy Automator?

Edgar Table Copy Automator to rozszerzenie Chrome opracowane przez cgalvez, a jego główną funkcją jest „This extension allows to easily copy Edgar tables to Excel”.

Pobierz plik CRX rozszerzenia Edgar Table Copy Automator

Pobierz pliki rozszerzeń Edgar Table Copy Automator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
Oficjalny URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
Opis This extension allows to easily copy Edgar tables to Excel
Rozmiar pliku 5.42 KB
Liczba instalacji 52
Aktualna Wersja 1.0.0.2
Ostatnia Aktualizacja 2018-01-19
Data Publikacji 2018-01-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper cgalvez
Typ Płatności free
Obsługiwane Języki 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"
    ]
}