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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } |