Ultracarweb Signer
Assinar e transmitir notas fiscais eletrônicas.
什麼是Ultracarweb Signer?
Ultracarweb Signer是由ultracarweb開發的Chrome擴展程式,該擴展的主要功能是“Assinar e transmitir notas fiscais eletrônicas.”。
擴展截圖
下載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 |
ID | lkfdimhcljajjmnamlgccibalmhcmilm |
官方網址 | 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\/" ] } |