ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Vad är ZarMoney Accounting Software?
ZarMoney Accounting Software är en Chrome-tillägg utvecklad av http://zarmoney.com, och dess huvudfunktion är "ZarMoney does it all... and does it better.".
Tilläggsskärmbilder
Ladda ner ZarMoney Accounting Software-förlängningens CRX-fil
Ladda ner ZarMoney Accounting Software-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Grundläggande Information om Tillägg
Namn | |
ID | feohokffmmaakippjpanbidlehmabefm |
Officiell webbadress | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Beskrivning | ZarMoney does it all... and does it better. |
Filstorlek | 7.79 KB |
Antal Installationer | 234 |
Aktuell Version | 0.9 |
Senast Uppdaterad | 2018-04-09 |
Publiceringsdatum | 2018-04-09 |
Betyg | 3.90/5 Totalt 10 Betyg |
Utvecklare | http://zarmoney.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.zarmoney.com/ |
Hjälpsida URL | https://help.ZarMoney.com |
URL till Sekretesspolicy Sidan | https://www.zarmoney.com/terms |
Stödda Språk | 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" ] } |