ZarMoney Accounting Software
ZarMoney does it all... and does it better.
ZarMoney Accounting Software là gì?
ZarMoney Accounting Software là một tiện ích mở rộng Chrome được phát triển bởi http://zarmoney.com, và tính năng chính của nó là "ZarMoney does it all... and does it better.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ZarMoney Accounting Software
Tải xuống các tệp mở rộng ZarMoney Accounting Software dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | feohokffmmaakippjpanbidlehmabefm |
URL Chính Thức | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Mô tả | ZarMoney does it all... and does it better. |
Kích Thước Tệp | 7.79 KB |
Số Lần Cài Đặt | 234 |
Phiên Bản Hiện Tại | 0.9 |
Cập Nhật Lần Cuối | 2018-04-09 |
Ngày Phát Hành | 2018-04-09 |
Đánh Giá | 3.90/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://zarmoney.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.zarmoney.com/ |
URL Trang Trợ Giúp | https://help.ZarMoney.com |
URL Trang Chính Sách Bảo Mật | https://www.zarmoney.com/terms |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |