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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZarMoney Accounting Software
قم بتنزيل ملفات الامتداد ZarMoney Accounting Software بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://help.ZarMoney.com |
عنوان صفحة سياسة الخصوصية | 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" ] } |