Ultracarweb Signer

Assinar e transmitir notas fiscais eletrônicas.

什么是Ultracarweb Signer?

Ultracarweb Signer是由ultracarweb开发的Chrome扩展程序,该扩展的主要功能是“Assinar e transmitir notas fiscais eletrônicas.”。

扩展截图

screenshot

下载Ultracarweb Signer扩展crx文件

下载Ultracarweb Signer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Ultracarweb Signer Ultracarweb Signer
ID lkfdimhcljajjmnamlgccibalmhcmilm
官方URL https://chromewebstore.google.com/detail/ultracarweb-signer/lkfdimhcljajjmnamlgccibalmhcmilm
简介 Assinar e transmitir notas fiscais eletrônicas.
文件大小 17.86 KB
安装次数 0
当前版本 1.6
更新时间 2017-09-22
上架时间 2017-09-22
评分 5.00/5 共2次评分
开发者 ultracarweb
付费类型 free
支持的语言 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\/"
    ]
}