基金定投助手
一款简单的基金定投助手
Cos'è 基金定投助手?
基金定投助手 è un'estensione di Chrome sviluppata da PESCMS, e la sua funzione principale è "一款简单的基金定投助手".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 基金定投助手
Scarica i file di estensione 基金定投助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
基金定投助手使用MIT开源协议发布,是一款基于Chrome开发的扩展程序。通过使用本扩展,可以帮助大家及时对持有的基金进行查询、补仓(定投)、卖出(盈利)。 本扩展会在每天早上8点到下午17点之间,实时抓取您所填写的基金信息。鼠标移动至对应的基金代码和最新价格,会显示该基金的中文名称和最后一次获取实时数据的时间。若您在扩展非运行抓取时间内,需要获取最新的数据。可以点击 扩展顶部的 刷新按钮。 提醒通知方面,本扩展目前设定为每天下午2点30分起,每隔10分钟提醒一次。主要提醒内容为: - 实时价格 大于等于 预设的卖出价格。 - 实时价格 少于等于 预设的补仓价格。 除了提醒方面,每次查看列表时,当实时价格符合 (大于等于)卖出价格 或者 (少于等于)补仓价格 。会依次对该行基金 标记为:红色 和 绿色。
Informazioni di Base sull'Estensione
Nome | |
ID | bipnngiflpojfmfcpdngilmohjopbdhl |
URL Ufficiale | 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 |
Descrizione | 一款简单的基金定投助手 |
Dimensione del File | 732 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2019-09-06 |
Data di Pubblicazione | 2019-09-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | PESCMS |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |