Cryptocurrency Price Alert

Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc

Cryptocurrency Price Alert क्या है?

Cryptocurrency Price Alert https://igtechsolution.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Cryptocurrency Price Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Track price changes of any Cryptocurrency, we support 1500 crypto currency.

#################### WATCHLIST ####################

For each cryptocurrency that you chose, you will be able to its see price in USD by default, change in the last 24 hours and value of that cryptocurrency in desired local currency.

You can also see the value of a coin in USD , AUD, BRL, CAD, CHF, CLP, DKK, CNY, CZK, EUR, GBP, HKD, IDR, ILS, INR, HUF, JPY and much more.

#################TRENDING COINS#################
Get prices of all the trending coins / cryptocurrency in your desired currency.

#################Alerts#################
You can set alerts when price of Bitcoin, Etherium, Litecoin and many other cryptocurrencies or coins increases of decreases via a push noitification

###### Example :
Create Alerts like this
Alert me when Bitcoin price increases by 1.5% in last 1 hour
Alert me when Litecoin price decreases by 3% in last 24 hour


###### SUPPORT :
Cryptocurrencies:

BTC   -   Bitcoin     
ETH   -   Ethereum
BCH   -   Bitcoin Cash  
XRP   -   Ripple
LTC   -   Litecoin
ADA   -   Cardano
MIOTA -   IOTA
DASH  -   Dash
XEM   -   NEM
XMR   -   Monero
BTG   -   Bitcoin Gold
and much more.
     
Prices are updated every one minute one.

Works with, Cryptocurrency Price Tracker, bitcoin price ticker, Cryptocurrency Monitor and coinbot.                    

एक्सटेंशन की मूल जानकारी

नाम Cryptocurrency Price Alert Cryptocurrency Price Alert
ID ehfhdfiepmimglpijcgmgclaejecmmmi
आधिकारिक URL https://chromewebstore.google.com/detail/cryptocurrency-price-aler/ehfhdfiepmimglpijcgmgclaejecmmmi
विवरण Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc
फ़ाइल का आकार 380 KB
स्थापना संख्या 1,625
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2018-02-06
प्रकाशन तिथि 2018-02-06
रेटिंग 4.21/5 कुल 43 रेटिंग्स
डेवलपर https://igtechsolution.co
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptocurrency Price Alert",
    "short_name": "Coin \/ Crypto Currency",
    "description": "Cryptocurrency Price Ticker + Alert - Alerts when price change for Bitcoin, Litecoin, Ripple etc",
    "version": "1.0.8",
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/html\/*",
        "*.png",
        "*.ttf",
        "\/images\/*",
        "\/css\/*",
        "\/scripts\/*",
        "\/lib\/*"
    ],
    "permissions": [
        "notifications",
        "alarms",
        "background",
        "http:\/\/35.184.5.220:12345\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "browser_action": {
        "default_title": "Coinbot - Cryptocurrency Price Alert Notifier",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
}