Budget Manager

This extension tracks your overall spendings.

Budget Managerคืออะไร?

Budget Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Azad Labs และคุณลักษณะหลักของมันคือ "This extension tracks your overall spendings."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Budget Manager

ดาวน์โหลดไฟล์ส่วนขยาย Budget Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Calculate your spending.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Budget Manager Budget Manager
ID kkiofekmelcpopjenhnjelgiaeifejjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/budget-manager/kkiofekmelcpopjenhnjelgiaeifejjl
คำอธิบาย This extension tracks your overall spendings.
ขนาดไฟล์ 41.3 KB
จำนวนการติดตั้ง 436
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-09-25
วันที่เผยแพร่ 2017-09-24
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Azad Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Budget Manager",
    "version": "1.0",
    "description": "This extension tracks your overall spendings.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}