ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Apa itu ZarMoney Accounting Software?
ZarMoney Accounting Software adalah ekstensi Chrome yang dikembangkan oleh http://zarmoney.com, dan fitur utamanya adalah "ZarMoney does it all... and does it better.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ZarMoney Accounting Software
Unduh file ekstensi ZarMoney Accounting Software dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Informasi Dasar Ekstensi
Nama | |
ID | feohokffmmaakippjpanbidlehmabefm |
URL Resmi | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Deskripsi | ZarMoney does it all... and does it better. |
Ukuran File | 7.79 KB |
Jumlah Instalasi | 234 |
Versi Saat Ini | 0.9 |
Terakhir Diperbarui | 2018-04-09 |
Tanggal Publikasi | 2018-04-09 |
Penilaian | 3.90/5 Total 10 Penilaian |
Pengembang | http://zarmoney.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.zarmoney.com/ |
URL Halaman Bantuan | https://help.ZarMoney.com |
URL Halaman Kebijakan Privasi | https://www.zarmoney.com/terms |
Bahasa yang Didukung | 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" ] } |