东方财富辅助程序

This extension demonstrates a 'browser action' with kittens.

What is 东方财富辅助程序?

东方财富辅助程序 is a Chrome extension developed by [email protected], and its main feature is "This extension demonstrates a 'browser action' with kittens.".

Extension Screenshots

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

                        显示【持有基金产品】明细中的收益率,满足
(1)按基金产品显示


本插件已下线—2017.02.09。                    

Extension Basic Information

Name 东方财富辅助程序 东方财富辅助程序
ID fnfkhhfielhomihgnhjelkhcapogbhfk
Official URL https://chromewebstore.google.com/detail/%E4%B8%9C%E6%96%B9%E8%B4%A2%E5%AF%8C%E8%BE%85%E5%8A%A9%E7%A8%8B%E5%BA%8F/fnfkhhfielhomihgnhjelkhcapogbhfk
Description This extension demonstrates a 'browser action' with kittens.
File Size 42.63 KB
Installation Count 18
Current Version 2.4
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 1.00/5 Total 1 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4e1c\u65b9\u8d22\u5bcc\u8f85\u52a9\u7a0b\u5e8f",
    "description": "This extension demonstrates a 'browser action' with kittens.",
    "version": "2.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.10.2.min.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trade.1234567.com.cn\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}