ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Cos'è ZarMoney Accounting Software?
ZarMoney Accounting Software è un'estensione di Chrome sviluppata da http://zarmoney.com, e la sua funzione principale è "ZarMoney does it all... and does it better.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZarMoney Accounting Software
Scarica i file di estensione ZarMoney Accounting Software in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Informazioni di Base sull'Estensione
Nome | |
ID | feohokffmmaakippjpanbidlehmabefm |
URL Ufficiale | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Descrizione | ZarMoney does it all... and does it better. |
Dimensione del File | 7.79 KB |
Conteggio Installazioni | 234 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2018-04-09 |
Data di Pubblicazione | 2018-04-09 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | http://zarmoney.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.zarmoney.com/ |
URL della Pagina di Aiuto | https://help.ZarMoney.com |
URL della Pagina della Politica sulla Privacy | https://www.zarmoney.com/terms |
Lingue Supportate | 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" ] } |