Fast Exchange Rate

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

Wat is Fast Exchange Rate?

Fast Exchange Rate is een Chrome-extensie ontwikkeld door https://fastexrate.beling.pl, en de belangrijkste functie is "Fast access to current exchange rates directy from your web browser.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fast Exchange Rate

Download Fast Exchange Rate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Fast Exchange Rate Fast Exchange Rate
ID pidbpembmopjeefbmajekdmhmgenbifm
Officiële URL https://chromewebstore.google.com/detail/fast-exchange-rate/pidbpembmopjeefbmajekdmhmgenbifm
Beschrijving Fast access to current exchange rates directy from your web browser.
Bestandsgrootte 31.9 KB
Aantal Installaties 330
Huidige Versie 13.1
Laatst Bijgewerkt 2013-06-18
Publicatiedatum 2013-06-18
Beoordeling 3.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://fastexrate.beling.pl
Betalingswijze free
Extensiewebsite http://fastexrate.beling.pl
Help Pagina-URL http://fastexchangerate.uservoice.com
Ondersteunde Talen 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"
    ]
}