Wave Extension

Assinatura de NFe

What is Wave Extension?

Wave Extension is a Chrome extension developed by wavesolutions.wave, and its main feature is "Assinatura de NFe".

Extension Screenshots

screenshot

Download Wave Extension Extension CRX File

Download Wave Extension 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

                        Extensao responsavel por realizar comunicacao com certificado digital para assinatura de notas fiscais dos clientes da Wave Solutions.                    

Extension Basic Information

Name Wave Extension Wave Extension
ID eomjeenhnoaegjeoljekagkjobjabalk
Official URL https://chromewebstore.google.com/detail/wave-extension/eomjeenhnoaegjeoljekagkjobjabalk
Description Assinatura de NFe
File Size 11.88 KB
Installation Count 3,229
Current Version 1.5
Last Updated 2019-02-19
Publish Date 2019-02-18
Rating 2.33/5 Total 3 Ratings
Developer wavesolutions.wave
Email [email protected]
Payment Type free
Extension Website http://wavesolutions.com.br/
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wave Extension",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Assinatura de NFe",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/www.waveerp.com.br\/erp-viewria\/*",
            "*:\/\/www.wavenfe.com.br\/viewria\/*",
            "http:\/\/54.213.206.96:8080\/erp-viewria\/*",
            "http:\/\/127.0.0.1:8083\/erp-viewria\/*",
            "http:\/\/191.252.62.59:8080\/erp-viewria\/*",
            "http:\/\/191.252.62.59:8080\/viewria\/*",
            "*:\/\/cpro42272.publiccloud.com.br\/*",
            "*:\/\/cpro42273.publiccloud.com.br\/*",
            "*:\/\/cpro42274.publiccloud.com.br\/*",
            "*:\/\/cpro42275.publiccloud.com.br\/*"
        ]
    },
    "permissions": [
        "nativeMessaging",
        "https:\/\/www.waveerp.com.br\/erp-viewria\/*",
        "https:\/\/www.wavenfe.com.br\/erp-viewria\/*",
        "http:\/\/54.213.206.96:8080\/erp-viewria\/*",
        "http:\/\/localhost:8083\/erp-viewria\/*",
        "http:\/\/191.252.62.59:8080\/erp-viewria\/*",
        "http:\/\/191.252.62.59:8080\/viewria\/*",
        "*:\/\/cpro42272.publiccloud.com.br\/*",
        "*:\/\/cpro42273.publiccloud.com.br\/*",
        "*:\/\/cpro42274.publiccloud.com.br\/*",
        "*:\/\/cpro42275.publiccloud.com.br\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}