SEC Live

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

SEC Liveคืออะไร?

SEC Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SEC Live และคุณลักษณะหลักของมันคือ "One-click access to any company's SEC filings."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SEC Live

ดาวน์โหลดไฟล์ส่วนขยาย SEC Live ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
        }
    ]
}