基金定投助手

一款简单的基金定投助手

What is 基金定投助手?

基金定投助手 is a Chrome extension developed by PESCMS, and its main feature is "一款简单的基金定投助手".

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

                        基金定投助手使用MIT开源协议发布,是一款基于Chrome开发的扩展程序。通过使用本扩展,可以帮助大家及时对持有的基金进行查询、补仓(定投)、卖出(盈利)。

本扩展会在每天早上8点到下午17点之间,实时抓取您所填写的基金信息。鼠标移动至对应的基金代码和最新价格,会显示该基金的中文名称和最后一次获取实时数据的时间。若您在扩展非运行抓取时间内,需要获取最新的数据。可以点击 扩展顶部的 刷新按钮。  
 
提醒通知方面,本扩展目前设定为每天下午2点30分起,每隔10分钟提醒一次。主要提醒内容为:  

-   实时价格 大于等于 预设的卖出价格。  

-   实时价格 少于等于 预设的补仓价格。  

除了提醒方面,每次查看列表时,当实时价格符合 (大于等于)卖出价格 或者 (少于等于)补仓价格 。会依次对该行基金 标记为:红色 和 绿色。                    

Extension Basic Information

Name 基金定投助手 基金定投助手
ID bipnngiflpojfmfcpdngilmohjopbdhl
Official URL https://chrome.google.com/webstore/detail/%E5%9F%BA%E9%87%91%E5%AE%9A%E6%8A%95%E5%8A%A9%E6%89%8B/bipnngiflpojfmfcpdngilmohjopbdhl
Description 一款简单的基金定投助手
File Size 732 KB
Installation Count 272
Current Version 1.7.0
Last Updated 2019-09-06
Publish Date 2019-09-05
Rating 5.00/5 Total 1 Ratings
Developer PESCMS
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": "\u57fa\u91d1\u5b9a\u6295\u52a9\u624b",
    "version": "1.7.0",
    "description": "\u4e00\u6b3e\u7b80\u5355\u7684\u57fa\u91d1\u5b9a\u6295\u52a9\u624b",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "\u57fa\u91d1\u5b9a\u6295\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.1234567.com.cn\/*",
        "*:\/\/*.eastmoney.com\/*",
        "*:\/\/fund.pescms.com\/*",
        "alarms",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/fund.js"
            ],
            "matches": [
                "*:\/\/fund.pescms.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.pescms.com"
}