Ultracarweb Signer

Assinar e transmitir notas fiscais eletrônicas.

What is Ultracarweb Signer?

Ultracarweb Signer is a Chrome extension developed by ultracarweb, and its main feature is "Assinar e transmitir notas fiscais eletrônicas.".

Extension Screenshots

screenshot

Download Ultracarweb Signer Extension CRX File

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

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

Extension Basic Information

Name Ultracarweb Signer Ultracarweb Signer
ID lkfdimhcljajjmnamlgccibalmhcmilm
Official URL https://chromewebstore.google.com/detail/ultracarweb-signer/lkfdimhcljajjmnamlgccibalmhcmilm
Description Assinar e transmitir notas fiscais eletrônicas.
File Size 17.86 KB
Installation Count 0
Current Version 1.6
Last Updated 2017-09-22
Publish Date 2017-09-22
Rating 5.00/5 Total 2 Ratings
Developer ultracarweb
Payment Type free
Supported Languages 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\/"
    ]
}