Expense Tab

Expense Manager Tab

Expense Tabคืออะไร?

Expense Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skyran1278 และคุณลักษณะหลักของมันคือ "Expense Manager Tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Expense Manager Tab is just an expense record New Tab.

It can help you manage your life expense and income.

I hope you'll enjoy it!

Thank you.

Web: https://expense-manager-eacea.web.app/                    

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

ชื่อ Expense Tab Expense Tab
ID hmajboankhnpjaffdknfgfmlidgpamad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/expense-tab/hmajboankhnpjaffdknfgfmlidgpamad
คำอธิบาย Expense Manager Tab
ขนาดไฟล์ 1.69 MB
จำนวนการติดตั้ง 162
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2019-09-14
วันที่เผยแพร่ 2019-09-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา skyran1278
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skyran.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expense Tab",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Expense Manager Tab",
    "short_name": "ExpenseTab",
    "icons": {
        "16": ".\/img\/icon_16.png",
        "48": ".\/img\/icon_48.png",
        "128": ".\/img\/icon_128.png"
    },
    "background": {
        "scripts": [
            ".\/js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}