ZarMoney Accounting Software
ZarMoney does it all... and does it better.
Co to jest ZarMoney Accounting Software?
ZarMoney Accounting Software to rozszerzenie Chrome opracowane przez http://zarmoney.com, a jego główną funkcją jest „ZarMoney does it all... and does it better.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ZarMoney Accounting Software
Pobierz pliki rozszerzeń ZarMoney Accounting Software w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Free online accounting software by ZarMoney. Full featured online accounting software: Advanced inventory management, invoicing, billing and reports.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | feohokffmmaakippjpanbidlehmabefm |
Oficjalny URL | https://chrome.google.com/webstore/detail/zarmoney-accounting-softw/feohokffmmaakippjpanbidlehmabefm |
Opis | ZarMoney does it all... and does it better. |
Rozmiar pliku | 7.79 KB |
Liczba instalacji | 234 |
Aktualna Wersja | 0.9 |
Ostatnia Aktualizacja | 2018-04-09 |
Data Publikacji | 2018-04-09 |
Ocena | 3.90/5 Łącznie 10 Oceny |
Deweloper | http://zarmoney.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.zarmoney.com/ |
Adres URL Strony Pomocy | https://help.ZarMoney.com |
Adres URL Strony Polityki Prywatności | https://www.zarmoney.com/terms |
Obsługiwane Języki | 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" ] } |