Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

Edgar Table Copy Automator란 무엇입니까?

Edgar Table Copy Automator은(는) cgalvez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to easily copy Edgar tables to Excel"입니다.

Edgar Table Copy Automator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Edgar Table Copy Automator Edgar Table Copy Automator
ID jikmbgooackofoienjmigmnlafjdandb
공식 URL https://chrome.google.com/webstore/detail/jikmbgooackofoienjmigmnlafjdandb
설명 This extension allows to easily copy Edgar tables to Excel
파일 크기 5.42 KB
설치 횟수 52
현재 버전 1.0.0.2
최근 업데이트 2018-01-19
출시 날짜 2018-01-19
평점 5.00/5 총 2 개의 평점
개발자 cgalvez
결제 유형 free
지원되는 언어 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"
    ]
}