查财报

一个快速查询上市公司财务报表的plugin

What is 查财报?

查财报 is a Chrome extension developed by liangchaob, and its main feature is "一个快速查询上市公司财务报表的plugin".

Download 查财报 Extension CRX File

Download 查财报 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        这是一个用于快速查询公司财务报表的工具,包括:
- 损益表
- 资产负债表
- 现金流量表
- 主要指标
- 每股能力
- 成长能力
- 偿贷能力
- 运营能力                    

Extension Basic Information

Name 查财报 查财报
ID loooojgmneoohhcgkcfomnelkpngmlnc
Official URL https://chrome.google.com/webstore/detail/%E6%9F%A5%E8%B4%A2%E6%8A%A5/loooojgmneoohhcgkcfomnelkpngmlnc
Description 一个快速查询上市公司财务报表的plugin
File Size 103 KB
Installation Count 17
Current Version 0.4
Last Updated 2017-03-03
Publish Date 2017-03-03
Rating 1.00/5 Total 1 Ratings
Developer liangchaob
Email [email protected]
Payment Type free
Extension Website http://ol1r96iuh.bkt.clouddn.com/search_company.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u67e5\u8d22\u62a5",
    "description": "\u4e00\u4e2a\u5feb\u901f\u67e5\u8be2\u4e0a\u5e02\u516c\u53f8\u8d22\u52a1\u62a5\u8868\u7684plugin",
    "short_name": "\u8d22\u62a5\u52a9\u624b",
    "version": "0.4",
    "background": {
        "scripts": [
            "js\/jquery-2.0.0.min.js"
        ]
    },
    "browser_action": {
        "default_title": "\u4e00\u4e2a\u5feb\u901f\u67e5\u8be2\u4e0a\u5e02\u516c\u53f8\u8d22\u52a1\u62a5\u8868\u7684plugin",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ol1r96iuh.bkt.clouddn.com\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "css\/inject.css",
                "css\/bootstrap.css"
            ],
            "js": [
                "js\/jquery-2.0.0.min.js",
                "js\/bootstrap.js",
                "js\/inject.js",
                "js\/inject_anlysis.js"
            ]
        }
    ]
}