Hivecloud Consulta XML Sefaz

Extensão hivecloud para consulta de XMLs de Nf-es e CT-es!

Was ist Hivecloud Consulta XML Sefaz?

Hivecloud Consulta XML Sefaz ist eine Chrome-Erweiterung, die von Hivecloud entwickelt wurde, und ihr Hauptmerkmal ist "Extensão hivecloud para consulta de XMLs de Nf-es e CT-es!".

Erweiterungsscreenshots

screenshot

Hivecloud Consulta XML Sefaz-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hivecloud Consulta XML Sefaz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hivecloud Consulta XML Sefaz Hivecloud Consulta XML Sefaz
ID bhgdnildomllijcokbohmmndbclfigco
Offizielle URL https://chrome.google.com/webstore/detail/hivecloud-consulta-xml-se/bhgdnildomllijcokbohmmndbclfigco
Beschreibung Extensão hivecloud para consulta de XMLs de Nf-es e CT-es!
Dateigröße 233 KB
Installationsanzahl 10,000
Aktuelle Version 1.5
Letztes Update 2019-06-05
Veröffentlichungsdatum 2019-06-05
Bewertung 2.50/5 Insgesamt 6 Bewertungen
Entwickler Hivecloud
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}