ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Wat is ZarMoney Accounting Software?
ZarMoney Accounting Software is een Chrome-extensie ontwikkeld door http://zarmoney.com, en de belangrijkste functie is "ZarMoney does it all... and does it better.".
Extensie Screenshots
Download het CRX-bestand van de extensie ZarMoney Accounting Software
Download ZarMoney Accounting Software-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
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Basisinformatie over de Extensie
Naam | |
ID | feohokffmmaakippjpanbidlehmabefm |
Officiële URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Beschrijving | ZarMoney does it all... and does it better. |
Bestandsgrootte | 7.79 KB |
Aantal Installaties | 234 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2018-04-09 |
Publicatiedatum | 2018-04-09 |
Beoordeling | 3.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://zarmoney.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.zarmoney.com/ |
Help Pagina-URL | https://help.ZarMoney.com |
URL van de Privacybeleid Pagina | https://www.zarmoney.com/terms |
Ondersteunde Talen | 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" ] } |