Stock Glance: Stock Prices, News & Trends
Get real-time stock prices, news, and all the financial data you need with our stocks extension.
What is Stock Glance: Stock Prices, News & Trends?
Stock Glance: Stock Prices, News & Trends is a Chrome extension developed by Stock Glance, and its main feature is "Get real-time stock prices, news, and all the financial data you need with our stocks extension.".
Extension Screenshots
Download Stock Glance: Stock Prices, News & Trends Extension CRX File
Download Stock Glance: Stock Prices, News & Trends 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
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.
Extension Basic Information
Name | Stock Glance: Stock Prices, News & Trends |
ID | gfidpegdcejjhdemeggpjjohfkhlommp |
Official URL | https://chromewebstore.google.com/detail/stock-glance-stock-prices/gfidpegdcejjhdemeggpjjohfkhlommp |
Description | Get real-time stock prices, news, and all the financial data you need with our stocks extension. |
File Size | 367 KB |
Installation Count | 50 |
Current Version | 1.6 |
Last Updated | 2024-02-18 |
Publish Date | 2023-04-15 |
Rating | 4.83/5 Total 6 Ratings |
Developer | Stock Glance |
[email protected] | |
Payment Type | in_app |
Extension Website | https://stockglance.boomla.net/ |
Help Page URL | https://stockglance.boomla.net/contact-us |
Privacy Policy Page URL | https://stockglance.boomla.net/privacy-statement |
Supported Languages | 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" ] } ] } |