养基宝 - 实时查看基金收益

支持一键导入,最方便的基金实时收益查看工具。

What is 养基宝 - 实时查看基金收益?

养基宝 - 实时查看基金收益 is a Chrome extension developed by wxapp_yjxt, and its main feature is "支持一键导入,最方便的基金实时收益查看工具。".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        用于查看基金的实时估算净值,基金持仓收益,同步记录基金持有数据。                    

Extension Basic Information

Name 养基宝 - 实时查看基金收益 养基宝 - 实时查看基金收益
ID lkoddlganbhamjljmlelnhljllbbljbf
Official URL https://chromewebstore.google.com/detail/%E5%85%BB%E5%9F%BA%E5%AE%9D-%E5%AE%9E%E6%97%B6%E6%9F%A5%E7%9C%8B%E5%9F%BA%E9%87%91%E6%94%B6%E7%9B%8A/lkoddlganbhamjljmlelnhljllbbljbf
Description 支持一键导入,最方便的基金实时收益查看工具。
File Size 712 KB
Installation Count 848
Current Version 1.1.3
Last Updated 2022-07-13
Publish Date 2021-11-17
Rating 4.95/5 Total 22 Ratings
Developer wxapp_yjxt
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": "\u517b\u57fa\u5b9d - \u5b9e\u65f6\u67e5\u770b\u57fa\u91d1\u6536\u76ca",
    "description": "\u652f\u6301\u4e00\u952e\u5bfc\u5165\uff0c\u6700\u65b9\u4fbf\u7684\u57fa\u91d1\u5b9e\u65f6\u6536\u76ca\u67e5\u770b\u5de5\u5177\u3002",
    "version": "1.1.3",
    "browser_action": {
        "default_title": "\u517b\u57fa\u5b9d - \u5b9e\u65f6\u67e5\u770b\u57fa\u91d1\u6536\u76ca",
        "default_icon": "assets\/images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/chunk-vendors.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "http:\/\/192.168.101.181:8010\/yjb_plugin\/*",
        "http:\/\/yjbplugin-test.52guihua.cn\/*",
        "http:\/\/browser-plug-api.yangjibao.com\/*"
    ]
}