SEC Live

One-click access to any company's SEC filings.

SEC Live क्या है?

SEC Live SEC Live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click access to any company's SEC filings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SEC Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        For financial analysts, journalists and individual investors. 

Get instant access to any company's SEC filings while browsing the web. Highlight a company name or ticker symbol, right-click and start browsing its SEC filings. 

Sign up for an SEC Live account (available at www.seclive.com) and start using it. SEC Live gives you the advantage of reading filings online with easier-to-read text, faster navigation within a filing and effortless notes and highlighting.                    

एक्सटेंशन की मूल जानकारी

नाम SEC Live SEC Live
ID gfaidnickbpgemiecakpjddngoghhioa
आधिकारिक URL https://chrome.google.com/webstore/detail/sec-live/gfaidnickbpgemiecakpjddngoghhioa
विवरण One-click access to any company's SEC filings.
फ़ाइल का आकार 17.37 KB
स्थापना संख्या 247
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2013-12-11
प्रकाशन तिथि 2013-11-28
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर SEC Live
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SEC Live",
    "short_name": "seclive",
    "version": "1.0.0",
    "description": "One-click access to any company's SEC filings.",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardRead"
    ],
    "browser_action": {
        "default_title": "Look up company filings in SEC Live",
        "default_icon": {
            "19": "img\/icon_16.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}