Edgar Table Copy Automator
This extension allows to easily copy Edgar tables to Excel
Edgar Table Copy Automator क्या है?
Edgar Table Copy Automator cgalvez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to easily copy Edgar tables to Excel"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Edgar Table Copy Automator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" ] } |