ZarMoney Accounting Software

ZarMoney does it all... and does it better.

Что такое ZarMoney Accounting Software?

ZarMoney Accounting Software - это расширение Chrome, разработанное http://zarmoney.com, и его основная функция - "ZarMoney does it all... and does it better.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ZarMoney Accounting Software

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}