小梵基金助手 - 实时查看基金行情
小梵基金助手,小窗口形式展现,助您实时获取关注的基金净值与涨跌幅
What is 小梵基金助手 - 实时查看基金行情?
小梵基金助手 - 实时查看基金行情 is a Chrome extension developed by 小梵基金助手, 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
小梵基金助手,涨跌幅、净值使用恒生聚源的实时基金估值数据,助您实时获取关注的基金净值。
Extension Basic Information
Name | 小梵基金助手 - 实时查看基金行情 |
ID | lganpfpnfcgnoekhlclnbechknhcnkad |
Official URL | https://chromewebstore.google.com/detail/%E5%B0%8F%E6%A2%B5%E5%9F%BA%E9%87%91%E5%8A%A9%E6%89%8B-%E5%AE%9E%E6%97%B6%E6%9F%A5%E7%9C%8B%E5%9F%BA%E9%87%91%E8%A1%8C%E6%83%85/lganpfpnfcgnoekhlclnbechknhcnkad |
Description | 小梵基金助手,小窗口形式展现,助您实时获取关注的基金净值与涨跌幅 |
File Size | 650 KB |
Installation Count | 16 |
Current Version | 1.0.1 |
Last Updated | 2021-01-12 |
Publish Date | 2020-12-25 |
Developer | 小梵基金助手 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "jy", "name": "\u5c0f\u68b5\u57fa\u91d1\u52a9\u624b - \u5b9e\u65f6\u67e5\u770b\u57fa\u91d1\u884c\u60c5", "description": "\u5c0f\u68b5\u57fa\u91d1\u52a9\u624b\uff0c\u5c0f\u7a97\u53e3\u5f62\u5f0f\u5c55\u73b0\uff0c\u52a9\u60a8\u5b9e\u65f6\u83b7\u53d6\u5173\u6ce8\u7684\u57fa\u91d1\u51c0\u503c\u4e0e\u6da8\u8dcc\u5e45", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/www.gildata.com\/", "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "\u5c0f\u68b5\u57fa\u91d1\u52a9\u624b", "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html", "chrome_style": false }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/sdk.hsdatalab.com; object-src 'self'", "permissions": [ "storage", "contextMenus", "https:\/\/*.eastmoney.com\/*", "https:\/\/minfo.gildata.com\/*", "https:\/\/log.hsdatalab.com\/logstorage\/*" ] } |