Currency Helper

'A simple and powerful currency converter for Chrome

¿Qué es Currency Helper?

Currency Helper es una extensión de Chrome desarrollada por Suprivio LTD, y su función principal es "'A simple and powerful currency converter for Chrome".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Currency Helper

Descarga archivos de extensión Currency Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Currency Helper Currency Helper
ID ibmifdfcbnmplekfadinlmojlkfljpic
URL Oficial https://chromewebstore.google.com/detail/currency-helper/ibmifdfcbnmplekfadinlmojlkfljpic
Descripción 'A simple and powerful currency converter for Chrome
Tamaño del Archivo 1.34 MB
Cantidad de Instalaciones 20,000
Versión Actual 1.0.3
Última Actualización 2023-07-24
Fecha de Publicación 2023-07-24
Calificación 4.17/5 Total de 6 Calificaciones
Desarrollador Suprivio LTD
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://suprivio.com/
URL de la Página de Ayuda https://suprivio.com/contact/
URL de la Página de Política de Privacidad https://suprivio.com/Privacy
Idiomas Soportados 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\/*"
    ]
}