Stock Alerts

Get real-time stock alerts

Stock Alerts क्या है?

Stock Alerts fumble.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get real-time stock alerts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stock Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}