Nepal Foreign Currency Exchange Rate

Foreign Currency Exchange Rate - Nepal Rastra Bank.

Cos'è Nepal Foreign Currency Exchange Rate?

Nepal Foreign Currency Exchange Rate è un'estensione di Chrome sviluppata da Nepalese Developers, e la sua funzione principale è "Foreign Currency Exchange Rate - Nepal Rastra Bank.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nepal Foreign Currency Exchange Rate

Scarica i file di estensione Nepal Foreign Currency Exchange Rate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simple and light weight Currency Converter plugin to see the actual exchange rate offered by Nepal Rastra Bank between Nepalese currency and major international currencies.

In addition to giving the most current exchange rate, this extension also shows the exchange rate trends in graph. You can choose your currency to convert from and also the period of time, which can be 7 days, 15 days, 30 days, 60 days, 3 months, 6 months and 1 year! These are the major international currencies supported by Nepal Rastra Bank.

U.S. dollar (USD)
European euro (EUR)
UK pound sterling (GBP)
Swiss franc (CHF)
Australian dollar (AUD)
Canadian dollar (CAD)
Singapore dollar (SGD)
Japanese yen (JPY)
Chinese Renminbi (Yuan) (CNY)
Saudi Arabian Riyal (SAR)
Qatari Riyal (QAR)
Thai Baht (THB)
UAE Dirham (AED)
Malaysian Ringgit (MYR)
South Korean Won (KPW)

***********************
Updates in 1.2.0 - Changes to support JSON API of NRB, display full country name with currency.

Updates in 1.1.1 - Changes pertaining to SSL in NRB websites

Updates in 1.1.0 - Product name modification, bug fixes, refractoring, loading sign, data caching for optimization, changes in data format from NRB.
***********************                    

Informazioni di Base sull'Estensione

Nome Nepal Foreign Currency Exchange Rate Nepal Foreign Currency Exchange Rate
ID dndlkmnekcjedolncapefihfnlmopnah
URL Ufficiale https://chromewebstore.google.com/detail/nepal-foreign-currency-ex/dndlkmnekcjedolncapefihfnlmopnah
Descrizione Foreign Currency Exchange Rate - Nepal Rastra Bank.
Dimensione del File 108 KB
Conteggio Installazioni 58
Versione Corrente 1.2.0
Ultimo Aggiornamento 2020-09-15
Data di Pubblicazione 2016-11-17
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Nepalese Developers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://nepalesedevelopers.com/
URL della Pagina di Aiuto http://nepalesedevelopers.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nepal Foreign Currency Exchange Rate",
    "short_name": "Forex - NRB",
    "description": "Foreign Currency Exchange Rate - Nepal Rastra Bank.",
    "version": "1.2.0",
    "permissions": [
        "notifications",
        "https:\/\/www.nrb.org.np\/api\/*\/"
    ],
    "icons": {
        "128": "img\/icon_large.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "JS\/app\/background.js"
        ]
    }
}