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 |
官方網址 | 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" ] } |