Hivecloud Consulta XML Sefaz
Extensão hivecloud para consulta de XMLs de Nf-es e CT-es!
Wat is Hivecloud Consulta XML Sefaz?
Hivecloud Consulta XML Sefaz is een Chrome-extensie ontwikkeld door Hivecloud, en de belangrijkste functie is "Extensão hivecloud para consulta de XMLs de Nf-es e CT-es!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hivecloud Consulta XML Sefaz
Download Hivecloud Consulta XML Sefaz-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
Para funcionamento da consulta de notas fiscais via chave de acesso na fazenda, os produtos hivecloud necessitam da extensão instalada, que irá capturar os dados da nota fiscal e disponibilizá-las para o transportador criar suas entregas e emitir as documentações necessárias.
Basisinformatie over de Extensie
Naam | |
ID | bhgdnildomllijcokbohmmndbclfigco |
Officiële URL | https://chrome.google.com/webstore/detail/hivecloud-consulta-xml-se/bhgdnildomllijcokbohmmndbclfigco |
Beschrijving | Extensão hivecloud para consulta de XMLs de Nf-es e CT-es! |
Bestandsgrootte | 233 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2019-06-05 |
Publicatiedatum | 2019-06-05 |
Beoordeling | 2.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Hivecloud |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hivecloud Consulta XML Sefaz", "version": "1.5", "description": "Extens\u00e3o hivecloud para consulta de XMLs de Nf-es e CT-es!", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.fazenda.gov.br\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "Hivecloud Consulta XML Sefaz" }, "permissions": [ "tabs", "https:\/\/*.hivecloud.com.br\/", "storage", "system.display" ], "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "images\/logo_off_16.png", "32": "images\/logo_off_32.png", "48": "images\/logo_off_48.png", "128": "images\/logo_off_128.png" }, "manifest_version": 2 } |