股票基金助手 - 盯盘助手
专为上班族设计的股票基金盯盘助手!实时关注您的自选
What is 股票基金助手 - 盯盘助手?
股票基金助手 - 盯盘助手 is a Chrome extension developed by pushu, and its main feature is "专为上班族设计的股票基金盯盘助手!实时关注您的自选".
Extension Screenshots
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
上班族炒股看基金利器。显示自选股票、基金、债券等行情等信息,数据实时准确,并且可以实时查看自选实时价格走势及收益情况;
具体功能:
一、股票(A股、场内基金、港美股票、债券)
1:实时数据有效;提供实时盘口数据(涨跌幅、换手率、交易额等)
2:丰富的图表;提供日内走势图、日K、周K、月K等图表信息
3:通知提醒功能;可设置股价、涨跌幅、五分钟内涨幅等条件进行提醒
4:实时收益;通过简单的设置可以实时展示股票收益(日收益/率、总收益/率)
5:更多的数据;个股资金流向、大盘云图等
二、基金(场外基金)
1:实时数据准确有效;提供实时估值数据。
2:丰富的图表;提供日内净值走势、历史业绩、基金持仓股走势、等图表信息。
3:实时收益;通过简单的设置可以实时展示基金收益(日收益/率、总收益/率)。
三、共有功能
1:提供多样数据;行业资金流、概念资金流、北上资金、南上资金
本扩展持续更新中,更多功能请安装体验.....
内容: 股票提醒、基金助手、股票助手、股票提醒助手、看股、行情助手、上班摸鱼、炒股、盯盘、港股、美股、上班族摸鱼、Tampermonkey、Infinity、掘金、iTab新标签页 Extension Basic Information
| Name | |
| ID | folafkamgdbhdeejjhohajojeogpoknm |
| Official URL | https://chromewebstore.google.com/detail/%E8%82%A1%E7%A5%A8%E5%9F%BA%E9%87%91%E5%8A%A9%E6%89%8B-%E7%9B%AF%E7%9B%98%E5%8A%A9%E6%89%8B/folafkamgdbhdeejjhohajojeogpoknm |
| Description | 专为上班族设计的股票基金盯盘助手!实时关注您的自选 |
| File Size | 1.33 MB |
| Installation Count | 10,000 |
| Current Version | 3.3.0 |
| Last Updated | 2023-12-02 |
| Publish Date | 2020-09-02 |
| Rating | 4.85/5 Total 129 Ratings |
| Developer | pushu |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://pu_shu.gitee.io/func/ |
| Help Page URL | https://pu_shu.gitee.io/func/ |
| Privacy Policy Page URL | https://www.topnamei.top/home/privacy.html |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Pushu",
"name": "\u80a1\u7968\u57fa\u91d1\u52a9\u624b - \u76ef\u76d8\u52a9\u624b",
"description": "\u4e13\u4e3a\u4e0a\u73ed\u65cf\u8bbe\u8ba1\u7684\u80a1\u7968\u57fa\u91d1\u76ef\u76d8\u52a9\u624b\uff01\u5b9e\u65f6\u5173\u6ce8\u60a8\u7684\u81ea\u9009",
"version": "3.3.0",
"manifest_version": 2,
"icons": {
"16": "icons\/logo-128.png",
"48": "icons\/logo-128.png",
"128": "icons\/logo-128.png"
},
"homepage_url": "https:\/\/www.hqzs.top",
"browser_action": {
"default_icon": {
"19": "icons\/logo-128.png",
"38": "icons\/logo-128.png"
},
"default_title": "\u80a1\u7968\u57fa\u91d1\u52a9\u624b - \u76ef\u76d8\u52a9\u624b",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/pu_shu.gitee.io\/*",
"*:\/\/*.topnamei.top\/*",
"*:\/\/*.hqzs.top\/*",
"*:\/\/*.githud.top\/*"
],
"js": [
"contentjs\/index.js"
]
}
],
"options_page": "options\/options.html",
"options_ui": {
"page": "options\/options.html",
"chrome_style": false
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/jic.talkingdata.com; object-src 'self';",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"storage",
"https:\/\/*.eastmoney.com\/*",
"https:\/\/*.gitee.io\/*",
"https:\/\/topnamei.top\/*",
"https:\/\/fundmobapi.eastmoney.com\/*",
"notifications",
"webRequest",
"webRequestBlocking"
]
} | |