Charts
Charturi pentru executie bugetara
Was ist Charts?
Charts ist eine Chrome-Erweiterung, die von Banii noștri entwickelt wurde, und ihr Hauptmerkmal ist "Charturi pentru executie bugetara".
Erweiterungsscreenshots
Charts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Charts-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
Aplicația generează chart-uri pe baza execuțiilor bugetare
Creează o intrare noua in context menu "Generate chart", apoi după ce se navighează pe https://extranet.anaf.mfinante.gov.ro/anaf/extranet/EXECUTIEBUGETARA/Rapoarte_Forexe/ se pot genera chart-uri pe baza execuțiilor bugetare in format XML. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | blollmdojigdblgcdmmobgbllcgocofl |
| Offizielle URL | https://chromewebstore.google.com/detail/charts/blollmdojigdblgcdmmobgbllcgocofl |
| Beschreibung | Charturi pentru executie bugetara |
| Dateigröße | 16.84 KB |
| Installationsanzahl | 75 |
| Aktuelle Version | 0.1.5 |
| Letztes Update | 2019-08-03 |
| Veröffentlichungsdatum | 2019-08-03 |
| Entwickler | Banii noștri |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | ro |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Charts",
"short_name": "Charts",
"description": "Charturi pentru executie bugetara",
"version": "0.1.5",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"contextMenu.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'",
"permissions": [
"https:\/\/*.anaf.ro\/*",
"contextMenus"
]
} | |