Stock Alerts
Get real-time stock alerts
Stock Alerts란 무엇입니까?
Stock Alerts은(는) fumble.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get real-time stock alerts"입니다.
확장 프로그램 스크린샷
Stock Alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stock Alerts is a powerful Chrome extension that keeps you updated on stock prices in real-time. Never miss out on important stock movements again! With Stock Alerts, you can set custom price alerts for your favorite stocks. Simply enter the stock symbol and the desired alert price, and the extension will monitor the stock's price movements for you. When the stock price reaches or goes below your specified alert price, you'll receive a notification right in your browser, ensuring you're always aware of the latest developments. Key Features: Simple extension to set price alerts when a stock decreases to your "buy" price Receive notifications when a stock reaches or goes below your alert price Easy-to-use interface for managing and tracking your alerts Stock Alerts is a must-have tool for the patient investor, who knows what they want to own, and at what price they want to own it. Take control of your stock investments and make informed decisions with Stock Alerts.
확장 프로그램 기본 정보
이름 | Stock Alerts |
ID | gfnbebdkolmglcjeknckjopmckakijhl |
공식 URL | https://chromewebstore.google.com/detail/stock-alerts/gfnbebdkolmglcjeknckjopmckakijhl |
설명 | Get real-time stock alerts |
파일 크기 | 650 KB |
설치 횟수 | 178 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-05-22 |
출시 날짜 | 2023-05-22 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | fumble.app |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stock Alerts", "version": "1.0", "description": "Get real-time stock alerts", "action": { "default_popup": "popup.html" }, "permissions": [ "notifications" ], "host_permissions": [ "https:\/\/finnhub.io\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" } } |