ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Hvad er ZarMoney Accounting Software?
ZarMoney Accounting Software er en Chrome-udvidelse udviklet af http://zarmoney.com, og dens hovedfunktion er "ZarMoney does it all... and does it better.".
Udvidelsesskærmbilleder
Download ZarMoney Accounting Software-udvidelses-CRX-fil
Download ZarMoney Accounting Software-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | feohokffmmaakippjpanbidlehmabefm |
Officiel URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Beskrivelse | ZarMoney does it all... and does it better. |
Filstørrelse | 7.79 KB |
Antal Installationer | 234 |
Nuværende Version | 0.9 |
Senest Opdateret | 2018-04-09 |
Udgivelsesdato | 2018-04-09 |
Bedømmelse | 3.90/5 Samlet 10 Bedømmelser |
Udvikler | http://zarmoney.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.zarmoney.com/ |
Hjælpeside-URL | https://help.ZarMoney.com |
URL til Fortrolighedspolitik Side | https://www.zarmoney.com/terms |
Understøttede Sprog | 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" ] } |