Coin Sentry

Real-time alerts for cryptocurrency and stock market price changes.

Τι είναι το Coin Sentry;

Το Coin Sentry είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anietie Asuquo, και η κύρια λειτουργία του είναι "Real-time alerts for cryptocurrency and stock market price changes.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Coin Sentry

Λήψη αρχείων επέκτασης Coin Sentry σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get real-time alerts for crypto and stock market price changes.
Supports Bitcoin, Ethereum, Cardano, Dogecoin, and all other cryptos.

Get live prices from major crypto exchanges like Binance, Bitfinex, and Tiingo, and stock price data from Tiingo. More exchanges coming soon.

Coin Sentry helps you set alerts for Cryptocurrency, Stock Market, and Foreign Exchange prices for the instruments and symbols you love.

This extension also supports various exchanges and providers so the prices you see are timely, consistent, and reliable.

Getting rich requires having access to the right information, taking smart decisions, and taking prompt actions. One of many ways to do these is investments. Coin Sentry notifies you whenever there is a price change in your investments so you can take smart decisions and prompt actions.

Example; 
Imagine John Doe.
John loves cryptocurrencies and has bought Bitcoin on his favourite exchange.
Now, John wants to watch Bitcoin and get notified when the price of Bitcoin increases or decreases by 3% so he could take prompt investment decisions.
So John uses our extension to set an alert for Bitcoin using his favourite exchange. While doing so, John specifies a target price to watch for Bitcoin.
When Bitcoin price hits John's target, the alarm notifies John so he can take prompt decisions.
With this extension, John never misses an opportunity to invest, buy a dip, long, or short his positions.

After making almost 200% profit on his investments, thanks to Coin Sentry, John decides to diversify his investments, so he dabbles into the Stock Market.
So John buys some stocks, and returns to the extension to set alerts for those stocks so he can be informed of price changes.

Meanwhile, did we mention that John is already a FOREX trader? Oh! John has already created alerts for Foreign Exchange rates so he can be informed of exchange rate fluctuations. This enables John to take smart decisions in his trading journey.

Never miss an opportunity to invest in Cryptocurrencies and Stock Market.

This extension will notify you of price changes for your favourite cryptos and symbols.

Supports Bitcoin, Ethereum, Cardano, Dogecoin, and all other cryptos.

Download and install Coin Sentry today.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Coin Sentry Coin Sentry
ID mncakliaaolcahepkmnbnfjdmfaedlik
Επίσημο URL https://chromewebstore.google.com/detail/coin-sentry/mncakliaaolcahepkmnbnfjdmfaedlik
Περιγραφή Real-time alerts for cryptocurrency and stock market price changes.
Μέγεθος Αρχείου 3.76 MB
Αριθμός Εγκαταστάσεων 170
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2021-04-24
Ημερομηνία Δημοσίευσης 2021-02-08
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Anietie Asuquo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_name__",
    "version": "1.0.4",
    "version_name": "1.0.4",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "manifest_version": 2,
    "author": "Anietie Asuquo",
    "homepage_url": "https:\/\/anietieasuquo.com",
    "incognito": "spanning",
    "minimum_chrome_version": "49",
    "offline_enabled": false,
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/get_started16.png",
            "32": "img\/get_started32.png",
            "48": "img\/get_started48.png",
            "128": "img\/get_started128.png"
        }
    },
    "icons": {
        "16": "img\/get_started16.png",
        "32": "img\/get_started32.png",
        "48": "img\/get_started48.png",
        "128": "img\/get_started128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "notifications",
        "https:\/\/api.binance.com\/*",
        "https:\/\/api-pub.bitfinex.com\/*",
        "https:\/\/api.tiingo.com\/*",
        "https:\/\/www.google.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:3000; object-src 'self'",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "developer": {
        "name": "Anietie Asuquo",
        "url": "https:\/\/anietieasuquo.com"
    }
}