Expense Tracker
This extension tracks your overall expenses online.
Expense Trackerคืออะไร?
Expense Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdityaAtri และคุณลักษณะหลักของมันคือ "This extension tracks your overall expenses online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expense Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Expense Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension "Expense Tracker" manages your online expenses. You can set your annually/monthly/ weekly expenditure limit. If you cross that limit - you will get notification.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Expense Tracker |
ID | gkmdoophpihehbiphmilpfgoklbbgfmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/expense-tracker/gkmdoophpihehbiphmilpfgoklbbgfmc |
คำอธิบาย | This extension tracks your overall expenses online. |
ขนาดไฟล์ | 1.28 MB |
จำนวนการติดตั้ง | 210 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-05-12 |
วันที่เผยแพร่ | 2019-05-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | AdityaAtri |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Expense Tracker", "description": "This extension tracks your overall expenses online.", "version": "1.0.1", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "permissions": [ "storage", "notifications", "contextMenus" ], "options_page": "options.html" } |