Robinhood Alerts
Create quick alerts for open Robinhood tabs!
Robinhood Alerts란 무엇입니까?
Robinhood Alerts은(는) Jake Marquez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create quick alerts for open Robinhood tabs!"입니다.
확장 프로그램 스크린샷
Robinhood Alerts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are tired of constantly monitoring your Robinhood tabs, waiting for a stock to reach your desired price, then Robinhood Alerts is the plugin you need. Simply open the Robinhood stock page you wish to set an alert on and open the extension. The extension will prompt you for a threshold price and then save it. Leave the tab open and continue on with your day. If at any point the tab indicates the price has crossed your given threshold, you will get a notification. No longer worry about multitasking and give your complete focus on the task at hand!
확장 프로그램 기본 정보
이름 | Robinhood Alerts |
ID | hmbgndhfhlhnpblngjaabefkffbckjco |
공식 URL | https://chromewebstore.google.com/detail/robinhood-alerts/hmbgndhfhlhnpblngjaabefkffbckjco |
설명 | Create quick alerts for open Robinhood tabs! |
파일 크기 | 277 KB |
설치 횟수 | 55 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-10-05 |
출시 날짜 | 2021-10-02 |
개발자 | Jake Marquez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Robinhood Alerts", "description": "Create quick alerts for open Robinhood tabs!", "version": "1.0.2", "manifest_version": 3, "permissions": [ "storage", "tabs", "notifications" ], "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/robinhood.com\/*", "https:\/\/robinhood.com\/*" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |