Ultracarweb Signer

Assinar e transmitir notas fiscais eletrônicas.

Wat is Ultracarweb Signer?

Ultracarweb Signer is een Chrome-extensie ontwikkeld door ultracarweb, en de belangrijkste functie is "Assinar e transmitir notas fiscais eletrônicas.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ultracarweb Signer

Download Ultracarweb Signer-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

                        Extensão para assinatura e transmissão de notas fiscais eletrônicas através do Ultracarweb.                    

Basisinformatie over de Extensie

Naam Ultracarweb Signer Ultracarweb Signer
ID lkfdimhcljajjmnamlgccibalmhcmilm
Officiële URL https://chromewebstore.google.com/detail/ultracarweb-signer/lkfdimhcljajjmnamlgccibalmhcmilm
Beschrijving Assinar e transmitir notas fiscais eletrônicas.
Bestandsgrootte 17.86 KB
Aantal Installaties 0
Huidige Versie 1.6
Laatst Bijgewerkt 2017-09-22
Publicatiedatum 2017-09-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ultracarweb
Betalingswijze free
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ultracarweb Signer",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Assinar e transmitir notas fiscais eletr\u00f4nicas.",
    "page_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.ultracarweb.com\/*",
            "https:\/\/ultracarweb.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ultracarweb.com\/*",
                "https:\/\/ultracarweb.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "https:\/\/www.ultracarweb.com\/",
        "https:\/\/ultracarweb.com\/"
    ]
}