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 |
公式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\/" ] } |