247 Finance
Get real time stock market information about your favorite stocks.
什么是247 Finance?
247 Finance是由Galattic Cyberspace ltd开发的Chrome扩展程序,该扩展的主要功能是“Get real time stock market information about your favorite stocks.”。
扩展截图
下载247 Finance扩展crx文件
下载247 Finance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get real time stock market information about your favorite stocks. 247 Finance Toolbar is a lightweight and useful add-on designed for getting a quick peek of your favorite stocks.
扩展基本信息
名称 | 247 Finance |
ID | ncgkmbdpdlodaoenmbmphlghnbmegmkl |
官方URL | https://chromewebstore.google.com/detail/247-finance/ncgkmbdpdlodaoenmbmphlghnbmegmkl |
简介 | Get real time stock market information about your favorite stocks. |
文件大小 | 106 KB |
安装次数 | 33 |
当前版本 | 0.0.2 |
更新时间 | 2021-12-27 |
上架时间 | 2021-12-26 |
评分 | 4.00/5 共4次评分 |
开发者 | Galattic Cyberspace ltd |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://247.finance/ |
帮助页面URL | http://247.finance/contact-us |
隐私政策页面URL | http://247.finance/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "247 Finance", "author": "Galattic Cyberspace ltd", "version": "0.0.2", "description": "Get real time stock market information about your favorite stocks.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "notifications" ], "action": { "default_icon": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "default_title": "247 Finance", "default_popup": "popup.html", "browser_style": true }, "chrome_url_overrides": { "newtab": "options.html" } } |