ZarMoney Accounting Software
ZarMoney does it all... and does it better.
什么是ZarMoney Accounting Software?
ZarMoney Accounting Software是由http://zarmoney.com开发的Chrome扩展程序,该扩展的主要功能是“ZarMoney does it all... and does it better.”。
扩展截图
下载ZarMoney Accounting Software扩展crx文件
下载ZarMoney Accounting Software扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
扩展基本信息
名称 | |
ID | feohokffmmaakippjpanbidlehmabefm |
官方URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
简介 | ZarMoney does it all... and does it better. |
文件大小 | 7.79 KB |
安装次数 | 234 |
当前版本 | 0.9 |
更新时间 | 2018-04-09 |
上架时间 | 2018-04-09 |
评分 | 3.90/5 共10次评分 |
开发者 | http://zarmoney.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.zarmoney.com/ |
帮助页面URL | https://help.ZarMoney.com |
隐私政策页面URL | https://www.zarmoney.com/terms |
支持的语言 | 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" ] } |