Vizualizare e-Factura - by Colete-Online
Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura.
Wat is Vizualizare e-Factura - by Colete-Online?
Vizualizare e-Factura - by Colete-Online is een Chrome-extensie ontwikkeld door https://www.colete-online.ro, en de belangrijkste functie is "Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura.".
Extensie Screenshots
Download het CRX-bestand van de extensie Vizualizare e-Factura - by Colete-Online
Download Vizualizare e-Factura - by Colete-Online-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
Modulul de vizualizare e-Factura va permite sa vizualizati facutrile XML direct in browserul dumneavoastra.
Orice fisier XML deschis care respecta formatul e-Factura este afisat automat sub forma de date usor de citit. De asemenea, exista posibilitatea de imprimare direct din extensie. Basisinformatie over de Extensie
| Naam | |
| ID | egpdoffijdbohblcjnhhoebbgagefcdi |
| Officiële URL | https://chromewebstore.google.com/detail/vizualizare-e-factura-by/egpdoffijdbohblcjnhhoebbgagefcdi |
| Beschrijving | Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura. |
| Bestandsgrootte | 463 KB |
| Aantal Installaties | 215 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2024-02-15 |
| Publicatiedatum | 2024-01-29 |
| Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://www.colete-online.ro |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Vizualizare e-Factura - by Colete-Online",
"version": "1.0.5",
"description": "Colete-Online Unelte pentru e-Factura. Convertire in PDF, Vizualizare XML, si Printare e-Factura.",
"manifest_version": 3,
"action": {
"default_title": "Vizualizare e-Factura - by Colete-Online",
"default_popup": "popup\/index.html",
"default_icon": "logo.png"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/www.colete-online.ro\/backend\/*"
],
"content_scripts": [
{
"matches": [
"file:\/\/\/*"
],
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"xml-detector.js"
],
"matches": [
"file:\/\/\/*"
]
}
]
} | |