Currency Helper

'A simple and powerful currency converter for Chrome

Co je Currency Helper?

Currency Helper je rozšíření Chrome vyvinuté Suprivio LTD, a jeho hlavní funkcí je „'A simple and powerful currency converter for Chrome“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Currency Helper

Stáhněte si soubory rozšíření Currency Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.

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/                    

Základní Informace o Rozšíření

Název Currency Helper Currency Helper
ID bjnepgcnpipcffokglflngogkfdnaehk
Oficiální URL https://chrome.google.com/webstore/detail/currency-helper/bjnepgcnpipcffokglflngogkfdnaehk
Popis 'A simple and powerful currency converter for Chrome
Velikost souboru 1.34 MB
Počet instalací 36,801
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-05-03
Datum Vydání 2023-03-29
Hodnocení 4.38/5 Celkem 21 Hodnocení
Vývojář Suprivio LTD
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://suprivio.com/
URL Stránky Nápovědy https://suprivio.com/contact/
URL Stránky Zásad Ochrany Soukromí https://suprivio.com/Privacy
Podporované Jazyky 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\/*"
    ]
}