Currency Conversion Calculator

Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.

Currency Conversion Calculator란 무엇입니까?

Currency Conversion Calculator은(는) https://theasay.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Currency Conversion Calculator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to our currency converter extension!

Are you tired of manually calculating exchange rates every time you need to convert one currency to another? Our extension makes it easy for you to quickly and accurately convert any amount from one currency to another.
Simply select the currency you want to convert from and the currency you want to convert to, enter the amount, and our extension will do the rest. 
With up-to-date exchange rates and a user-friendly interface, our extension is the perfect tool for anyone who needs to make frequent currency conversions. 

Whether you're a traveler, a business owner, or just someone who needs to keep track of exchange rates, our extension has you covered. 
Give it a try today and see how much time and hassle it can save you.                    

확장 프로그램 기본 정보

이름 Currency Conversion Calculator Currency Conversion Calculator
ID cmkmopgjpnjhmlgcpmagbcfkmakeihof
공식 URL https://chromewebstore.google.com/detail/currency-conversion-calcu/cmkmopgjpnjhmlgcpmagbcfkmakeihof
설명 Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.
파일 크기 524 KB
설치 횟수 2,000
현재 버전 1.0.0
최근 업데이트 2023-03-18
출시 날짜 2023-01-17
평점 4.50/5 총 6 개의 평점
개발자 https://theasay.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://findniche.com/
개인정보 보호 정책 페이지 URL https://findniche.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon.png"
        },
        "default_popup": "popup.html",
        "default_title": "Currency Conversion Calculator"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "chromeos": "Alt+W",
                "default": "Alt+W",
                "linux": "Alt+W",
                "mac": "Alt+W",
                "windows": "Alt+W"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/analytics.js",
                "assets\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Universal currency converter online to convert prices for USD, EUR, BRL, UK pound, and more.",
    "icons": {
        "128": "assets\/icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Currency Conversion Calculator",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "version": "1.0.0",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}