Robinhood Alerts

Create quick alerts for open Robinhood tabs!

Robinhood Alertsคืออะไร?

Robinhood Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Marquez และคุณลักษณะหลักของมันคือ "Create quick alerts for open Robinhood tabs!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Robinhood Alerts

ดาวน์โหลดไฟล์ส่วนขยาย Robinhood Alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}