Multibanco (IfthenPay Gateway)

Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay

What is Multibanco (IfthenPay Gateway)?

Multibanco (IfthenPay Gateway) is a Chrome extension developed by Rafael Almeida, and its main feature is "Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay".

Extension Screenshots

screenshot

Download Multibanco (IfthenPay Gateway) Extension CRX File

Download Multibanco (IfthenPay Gateway) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Source code available at https://github.com/rafaelcpalmeida/MultibancoChrome                    

Extension Basic Information

Name Multibanco (IfthenPay Gateway) Multibanco (IfthenPay Gateway)
ID lagljhmfaccllemjdkhkkccofllmpgdh
Official URL https://chromewebstore.google.com/detail/multibanco-ifthenpay-gate/lagljhmfaccllemjdkhkkccofllmpgdh
Description Extensão para gerar e verificar referências Multibanco, usando o serviço da IfthenPay
File Size 167 KB
Installation Count 58
Current Version 1.3.3
Last Updated 2018-02-08
Publish Date 2018-02-08
Rating 5.00/5 Total 3 Ratings
Developer Rafael Almeida
Payment Type free
Extension Website http://www.ifthenpay.com/
Help Page URL http://www.ifthenpay.com/
Supported Languages 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"
    ]
}