Edgar Table Copy Automator

This extension allows to easily copy Edgar tables to Excel

ما هو Edgar Table Copy Automator؟

Edgar Table Copy Automator هو إضافة Chrome تم تطويرها بواسطة cgalvez، والميزة الرئيسية لها هي "This extension allows to easily copy Edgar tables to Excel".

تحميل ملف CRX للإضافة Edgar Table Copy Automator

قم بتنزيل ملفات الامتداد Edgar Table Copy Automator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}