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 |
官方網址 | 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" ] } ] } |