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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 ZarMoney Accounting Software ZarMoney Accounting Software
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
Eメール [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"
    ]
}