ZarMoney Accounting Software
ZarMoney does it all... and does it better.
What is ZarMoney Accounting Software?
ZarMoney Accounting Software is a Chrome extension developed by http://zarmoney.com, and its main feature is "ZarMoney does it all... and does it better.".
Extension Screenshots
Download ZarMoney Accounting Software Extension CRX File
Download ZarMoney Accounting Software 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
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Extension Basic Information
Name | |
ID | feohokffmmaakippjpanbidlehmabefm |
Official URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Description | ZarMoney does it all... and does it better. |
File Size | 7.79 KB |
Installation Count | 234 |
Current Version | 0.9 |
Last Updated | 2018-04-09 |
Publish Date | 2018-04-09 |
Rating | 3.90/5 Total 10 Ratings |
Developer | http://zarmoney.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.zarmoney.com/ |
Help Page URL | https://help.ZarMoney.com |
Privacy Policy Page URL | https://www.zarmoney.com/terms |
Supported Languages | 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" ] } |