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"
    ]
}