股票行情助手

提供安全便捷易用的金融服务

What is 股票行情助手?

股票行情助手 is a Chrome extension developed by GK919, and its main feature is "提供安全便捷易用的金融服务".

Extension Screenshots

screenshot
screenshot
screenshot

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 pkkcbddohfehjhknimeckglogkcdonff
Official URL https://chromewebstore.google.com/detail/%E8%82%A1%E7%A5%A8%E8%A1%8C%E6%83%85%E5%8A%A9%E6%89%8B/pkkcbddohfehjhknimeckglogkcdonff
Description 提供安全便捷易用的金融服务
File Size 244 KB
Installation Count 2,078
Current Version 0.1.0.21
Last Updated 2021-07-07
Publish Date 2016-01-14
Rating 3.13/5 Total 15 Ratings
Developer GK919
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/god20.png",
        "default_popup": "stock\/stock.html",
        "default_title": "\u80a1\u7968\u884c\u60c5\u52a9\u624b\uff0c\u5b9e\u65f6\u67e5\u8be2A\u80a1\u6700\u65b0\u4ef7"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/injector.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u63d0\u4f9b\u5b89\u5168\u4fbf\u6377\u6613\u7528\u7684\u91d1\u878d\u670d\u52a1",
    "icons": {
        "128": "images\/god128.png",
        "16": "images\/god16.png",
        "48": "images\/god48.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi9mYTb1HsOV6UotPk2zeq70AJ75i3XOQRNTThO\/S8Bq60zzAbmwDxZ3u5A2D2MbVFGHboSLXD3z7DHMJ1yjOktDgIlAmWWUJ1nEt7QZe3cWVcm\/rO+CgVmnxUFk51xGPMwFz84X56EaPwq40XnnBxyZroY3BqqcruBOvR5ZHbl6KfI63PIJ4MApiafCX4ZAm5JFvOCF0oK+BF\/8yBpmihCnzht\/fkruD+UWtRpeXjV5U4wCBY1i3Y77ZR7olGeBLFCA0uvQDfcm\/JD0nnDXmKZWjdR0sQmAR7eI7mCiOMCer\/umrG3mXINaiE51ZwjYvBs5efaDhpKIL\/vgn1jCeeQIDAQAB",
    "manifest_version": 2,
    "name": "\u80a1\u7968\u884c\u60c5\u52a9\u624b",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0.21",
    "web_accessible_resources": [
        "js\/catcher.js"
    ]
}