Charts
Charturi pentru executie bugetara
What is Charts?
Charts is a Chrome extension developed by Banii noștri, and its main feature is "Charturi pentru executie bugetara".
Extension Screenshots
Download Charts Extension CRX File
Download Charts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Charts |
ID | blollmdojigdblgcdmmobgbllcgocofl |
Official URL | https://chromewebstore.google.com/detail/charts/blollmdojigdblgcdmmobgbllcgocofl |
Description | Charturi pentru executie bugetara |
File Size | 16.84 KB |
Installation Count | 75 |
Current Version | 0.1.5 |
Last Updated | 2019-08-03 |
Publish Date | 2019-08-03 |
Developer | Banii noștri |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |