Stock Glance: Stock Prices, News & Trends
Get real-time stock prices, news, and all the financial data you need with our stocks extension.
什么是Stock Glance: Stock Prices, News & Trends?
Stock Glance: Stock Prices, News & Trends是由Stock Glance开发的Chrome扩展程序,该扩展的主要功能是“Get real-time stock prices, news, and all the financial data you need with our stocks extension.”。
扩展截图
下载Stock Glance: Stock Prices, News & Trends扩展crx文件
下载Stock Glance: Stock Prices, News & Trends扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Are you tired of constantly switching between multiple websites and apps to keep track of your favorite stocks, index, and cryptocurrencies? Introducing Stock Glance, the ultimate extension that provides you with all the essential tools and information you need to stay up-to-date on your investments in one convenient place. Real-Time Data for Prices and News With Stock Glance, you can easily monitor real-time stock prices and receive instant updates on breaking news that may affect your investments. Whether you're a seasoned trader or just starting out, this extension provides you with valuable insights into market trends and fluctuations, allowing you to make informed decisions about your portfolio. Create Watchlists for Favorite Stocks, Index, or Crypto Do you have a few go-to stocks that you like to keep an eye on? Or maybe you want to track the performance of a particular index or cryptocurrency? With Stock Glance, you can create custom watchlists to stay on top of your favorite assets. Whether you're tracking individual stocks or entire markets, this extension makes it easy to stay informed about the investments that matter most to you. Financial Statements for Stocks For those who like to dive deeper into their investments, Stock Glance provides access to financial statements for individual stocks, including balance sheets, income statements, and cash flow statements. With this information at your fingertips, you can analyze a company's financial health and make more informed investment decisions. Stock Search Functionality Looking for information on a specific stock? Stock Glance makes it easy to find what you're looking for with its built-in stock search functionality. Simply type in the name of the company or ticker symbol, and the extension will provide you with real-time pricing information, news updates, and financial statements. Upcoming Earnings Tracker Are you interested in keeping tabs on upcoming earnings reports for your investments? Stock Glance includes an upcoming earnings tracker that allows you to stay on top of important dates and announcements. With this feature, you'll never miss an earnings report again, ensuring that you have all the information you need to make informed investment decisions. Pre-Post Market Prices This feature allows you to check the pre and post market or after hours prices of a stock. This feature is especially useful for investors who want to stay up-to-date with the latest prices and make informed decisions about their trades.
扩展基本信息
名称 | Stock Glance: Stock Prices, News & Trends |
ID | gfidpegdcejjhdemeggpjjohfkhlommp |
官方URL | https://chromewebstore.google.com/detail/stock-glance-stock-prices/gfidpegdcejjhdemeggpjjohfkhlommp |
简介 | Get real-time stock prices, news, and all the financial data you need with our stocks extension. |
文件大小 | 367 KB |
安装次数 | 50 |
当前版本 | 1.6 |
更新时间 | 2024-02-18 |
上架时间 | 2023-04-15 |
评分 | 4.83/5 共6次评分 |
开发者 | Stock Glance |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://stockglance.boomla.net/ |
帮助页面URL | https://stockglance.boomla.net/contact-us |
隐私政策页面URL | https://stockglance.boomla.net/privacy-statement |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stock Glance: Stock Prices, News & Trends", "version": "1.6", "description": "Get real-time stock prices, news, and all the financial data you need with our stocks extension.", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "img\/SG\/sg_16.png", "32": "img\/SG\/sg_32.png", "48": "img\/SG\/sg_48.png", "128": "img\/SG\/sg_128.png" } }, "icons": { "16": "img\/SG\/sg_16.png", "32": "img\/SG\/sg_32.png", "48": "img\/SG\/sg_48.png", "128": "img\/SG\/sg_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "js\/ExtPay.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.extensionpay.com\/*", "*:\/\/www.popup.html\/*", "*:\/\/www.more-details.html\/*", "*:\/\/www.financials.html\/*" ], "css": [ "css\/style.css", "css\/financial.css" ], "js": [ "js\/popup.js", "js\/ExtPay.js", "js\/check_status.js", "js\/financials.js" ] } ] } |