Wave Extension

Assinatura de NFe

Wave Extension란 무엇입니까?

Wave Extension은(는) wavesolutions.wave에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assinatura de NFe"입니다.

확장 프로그램 스크린샷

screenshot

Wave Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Wave Extension Wave Extension
ID eomjeenhnoaegjeoljekagkjobjabalk
공식 URL https://chromewebstore.google.com/detail/wave-extension/eomjeenhnoaegjeoljekagkjobjabalk
설명 Assinatura de NFe
파일 크기 11.88 KB
설치 횟수 3,229
현재 버전 1.5
최근 업데이트 2019-02-19
출시 날짜 2019-02-18
평점 2.33/5 총 3 개의 평점
개발자 wavesolutions.wave
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://wavesolutions.com.br/
지원되는 언어 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"
    }
}