Currency Helper

'A simple and powerful currency converter for Chrome

Currency Helper란 무엇입니까?

Currency Helper은(는) Suprivio LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "'A simple and powerful currency converter for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Currency Helper is a handy Chrome extension that helps users quickly compare the latest currency rates. With this extension, users can easily switch between different currencies and instantly see the conversion rates in real time. Currency Helper supports a wide range of currencies from around the world, making it a great tool for travelers, online shoppers, or anyone who needs to keep track of exchange rates.
Also on this extension, you will get various Hyperlinks for all kinds of social media sites.

By clicking "Add to Chrome" I accept and agree to install the Currency Helper Chrome extension and hereby agree to set the Chrome New Tab to that provided by the service and the Privacy policy and Terms of Use.
The search results will be provided by Microsoft Bing.

Privacy Policy - https://suprivio.com/privacy/
Terms and Conditions - https://suprivio.com/term-of-use/                    

확장 프로그램 기본 정보

이름 Currency Helper Currency Helper
ID ibmifdfcbnmplekfadinlmojlkfljpic
공식 URL https://chromewebstore.google.com/detail/currency-helper/ibmifdfcbnmplekfadinlmojlkfljpic
설명 'A simple and powerful currency converter for Chrome
파일 크기 1.34 MB
설치 횟수 20,000
현재 버전 1.0.3
최근 업데이트 2023-07-24
출시 날짜 2023-07-24
평점 4.17/5 총 6 개의 평점
개발자 Suprivio LTD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://suprivio.com/
도움말 페이지 URL https://suprivio.com/contact/
개인정보 보호 정책 페이지 URL https://suprivio.com/Privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.3",
    "author": "Suprivio LLC",
    "name": "Currency Helper",
    "description": "'A simple and powerful currency converter for Chrome",
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.currencyhelperext.com\/*"
    ]
}