Nepal Foreign Currency Exchange Rate

Foreign Currency Exchange Rate - Nepal Rastra Bank.

Nepal Foreign Currency Exchange Rate란 무엇입니까?

Nepal Foreign Currency Exchange Rate은(는) Nepalese Developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Foreign Currency Exchange Rate - Nepal Rastra Bank."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nepal Foreign Currency Exchange Rate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
***********************                    

확장 프로그램 기본 정보

이름 Nepal Foreign Currency Exchange Rate Nepal Foreign Currency Exchange Rate
ID dndlkmnekcjedolncapefihfnlmopnah
공식 URL https://chromewebstore.google.com/detail/nepal-foreign-currency-ex/dndlkmnekcjedolncapefihfnlmopnah
설명 Foreign Currency Exchange Rate - Nepal Rastra Bank.
파일 크기 108 KB
설치 횟수 58
현재 버전 1.2.0
최근 업데이트 2020-09-15
출시 날짜 2016-11-17
평점 4.67/5 총 3 개의 평점
개발자 Nepalese Developers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://nepalesedevelopers.com/
도움말 페이지 URL http://nepalesedevelopers.com/
지원되는 언어 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"
        ]
    }
}