Multibanco (IfthenPay Gateway)
Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay
Wat is Multibanco (IfthenPay Gateway)?
Multibanco (IfthenPay Gateway) is een Chrome-extensie ontwikkeld door Rafael Almeida, en de belangrijkste functie is "Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay".
Extensie Screenshots
Download het CRX-bestand van de extensie Multibanco (IfthenPay Gateway)
Download Multibanco (IfthenPay Gateway)-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
Source code available at https://github.com/rafaelcpalmeida/MultibancoChrome
Basisinformatie over de Extensie
Naam | Multibanco (IfthenPay Gateway) |
ID | lagljhmfaccllemjdkhkkccofllmpgdh |
Officiële URL | https://chromewebstore.google.com/detail/multibanco-ifthenpay-gate/lagljhmfaccllemjdkhkkccofllmpgdh |
Beschrijving | Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay |
Bestandsgrootte | 167 KB |
Aantal Installaties | 58 |
Huidige Versie | 1.3.3 |
Laatst Bijgewerkt | 2018-02-08 |
Publicatiedatum | 2018-02-08 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Rafael Almeida |
Betalingswijze | free |
Extensiewebsite | http://www.ifthenpay.com/ |
Help Pagina-URL | http://www.ifthenpay.com/ |
Ondersteunde Talen | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multibanco (IfthenPay Gateway)", "description": "Extens\u00e3o para gerar e verificar refer\u00eancias Multibanco, usando o servi\u00e7o da IfthenPay", "version": "1.3.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |