Sistema Ábaco
Profesional, fácil y seguro
Was ist Sistema Ábaco?
Sistema Ábaco ist eine Chrome-Erweiterung, die von FLARO SA entwickelt wurde, und ihr Hauptmerkmal ist "Profesional, fácil y seguro".
Erweiterungsscreenshots
Sistema Ábaco-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sistema Ábaco-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
SISTEMA ÁBACO
La solución online perfecta para su estudio contable.
"Profesional, fácil y seguro"
100% en línea, sin instalaciones.
Fácil de empezar, fácil de usar, Aprendizaje rápido.
Libros compras y ventas.
Libros diario y mayor.
Documentos a Cobrar y Pagar.
Plan de cuentas y Balances (RG 49/14)
Formularios Impositivos.
IRACIS, IRPC, IRAGRO e IRP.
Cuadro de revalúo y depreciación.
Exporta datos a Hechauka 3.x
Actualizaciones y soporte gratuito. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | amnpkgpflppkmlgcoebmejilolkdkocb |
| Offizielle URL | https://chromewebstore.google.com/detail/sistema-%C3%A1baco/amnpkgpflppkmlgcoebmejilolkdkocb |
| Beschreibung | Profesional, fácil y seguro |
| Dateigröße | 6.29 KB |
| Installationsanzahl | 84 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2016-03-08 |
| Veröffentlichungsdatum | 2016-03-08 |
| Bewertung | 3.00/5 Insgesamt 5 Bewertungen |
| Entwickler | FLARO SA |
| Zahlungsart | free |
| Unterstützte Sprachen | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sistema \u00c1baco",
"author": "Flaro SA",
"version": "1.2",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Profesional, f\u00e1cil y seguro",
"homepage_url": "https:\/\/www.abaco.com.py\/",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"*:\/\/*.abaco.com.py\/*",
"*:\/\/localhost\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"browser_action": {
"default_title": "Sistema \u00c1baco",
"default_icon": "icon.png"
},
"web_accessible_resources": [
"icon.png"
]
} | |