ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Was ist ZarMoney Accounting Software?
ZarMoney Accounting Software ist eine Chrome-Erweiterung, die von http://zarmoney.com entwickelt wurde, und ihr Hauptmerkmal ist "ZarMoney does it all... and does it better.".
Erweiterungsscreenshots
ZarMoney Accounting Software-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZarMoney Accounting Software-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
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Grundlegende Informationen zur Erweiterung
Name | |
ID | feohokffmmaakippjpanbidlehmabefm |
Offizielle URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Beschreibung | ZarMoney does it all... and does it better. |
Dateigröße | 7.79 KB |
Installationsanzahl | 234 |
Aktuelle Version | 0.9 |
Letztes Update | 2018-04-09 |
Veröffentlichungsdatum | 2018-04-09 |
Bewertung | 3.90/5 Insgesamt 10 Bewertungen |
Entwickler | http://zarmoney.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.zarmoney.com/ |
Hilfeseite URL | https://help.ZarMoney.com |
URL der Datenschutzrichtlinien-Seite | https://www.zarmoney.com/terms |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZarMoney Accounting Software", "short_name": "ZarMoney", "description": "ZarMoney does it all... and does it better.", "version": "0.9", "browser_action": { "default_icon": "images\/icon16.png", "default_title": "ZarMoney Accounting Software" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |