Stock Connector
With Stock Connector you can see information about stock from various sources.
什么是Stock Connector?
Stock Connector是由nanuqcz开发的Chrome扩展程序,该扩展的主要功能是“With Stock Connector you can see information about stock from various sources.”。
扩展截图
下载Stock Connector扩展crx文件
下载Stock Connector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Imagine you are analyzing a stock company at finance.yahoo.com. And you want to know history of the company's debt. With this extension, you can just click on "Debt history" button and new web page with required information will open. Stock Connector let's you easily connect information about stock from various portals together, like company debt, performance, payout ratio, financial statements and so on. Stock Connector works on any of these portals: - Yahoo Finance (finance.yahoo.com), - Seeking Alpha (seekingalpha.com), - Finviz (finviz.com), - MacroTrends (macrotrends.net), - GuruFocus (gurufocus.com), - and more... This extension is completely free and opensource (https://gitlab.com/nanuqcz/stock-connector).
扩展基本信息
名称 | Stock Connector |
ID | hogopcbaclibghihbbieemnboeogopnk |
官方URL | https://chromewebstore.google.com/detail/stock-connector/hogopcbaclibghihbbieemnboeogopnk |
简介 | With Stock Connector you can see information about stock from various sources. |
文件大小 | 119 KB |
安装次数 | 258 |
当前版本 | 0.4.0 |
更新时间 | 2022-01-04 |
上架时间 | 2020-05-30 |
评分 | 4.50/5 共2次评分 |
开发者 | nanuqcz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stock Connector", "version": "0.4.0", "manifest_version": 2, "description": "With Stock Connector you can see information about stock from various sources.", "icons": { "16": "icons\/stock16.png", "48": "icons\/stock48.png", "128": "icons\/stock128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/stock19.png", "default_title": "Stock Connector", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/finance.yahoo.com\/quote\/*", "https:\/\/www.macrotrends.net\/stocks\/charts\/*", "https:\/\/seekingalpha.com\/symbol\/*", "https:\/\/www.morningstar.com\/stocks\/*", "https:\/\/finviz.com\/quote.ashx", "https:\/\/www.nasdaq.com\/market-activity\/stocks\/*", "https:\/\/www.digrin.com\/stocks\/detail\/*", "https:\/\/www.gurufocus.com\/stock\/*", "https:\/\/www.tipranks.com\/stocks\/*" ] } |