Fast Exchange Rate

Fast access to current exchange rates directy from your web browser.

¿Qué es Fast Exchange Rate?

Fast Exchange Rate es una extensión de Chrome desarrollada por https://fastexrate.beling.pl, y su función principal es "Fast access to current exchange rates directy from your web browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Fast Exchange Rate

Descarga archivos de extensión Fast Exchange Rate 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

                        This is Chrome version of Fast Exchange Rate application. Provides fast access to currect exchange rates. One click on a button shows newest exchange rates table.

Connects only with our server to download data. Works offline after first run (shows last downloaded data before updating).                    

Información Básica de la Extensión

Nombre Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
URL Oficial https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Descripción Fast access to current exchange rates directy from your web browser.
Tamaño del Archivo 31.9 KB
Cantidad de Instalaciones 330
Versión Actual 13.1
Última Actualización 2013-06-18
Fecha de Publicación 2013-06-18
Calificación 3.20/5 Total de 5 Calificaciones
Desarrollador https://fastexrate.beling.pl
Tipo de Pago free
Sitio Web de la Extensión http://fastexrate.beling.pl
URL de la Página de Ayuda http://fastexchangerate.uservoice.com
Idiomas Soportados en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "13.1",
    "permissions": [
        "http:\/\/fastexrate.beling.pl\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "pl",
    "web_accessible_resources": [
        "style.css"
    ]
}