Quickwise
Quickwise is a quick and easy way to see your Splitwise information.
Quickwiseคืออะไร?
Quickwise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickwise is a quick and easy way to see your Splitwise information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quickwise
ดาวน์โหลดไฟล์ส่วนขยาย Quickwise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever had a problem on you much did you spend in a group in Splitwise? Quickwise lets you know quickly the amount you paid, received, spent, owe quickly and easily. Login credentials not required. Account information not required. Just open your Splitwise page and go to the "view printable summary" link and click on the Quickwise icon. You will get a table of all the members in the group and all of your spend information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kobhgkpnecebogdlmlioknfebceiecpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quickwise/kobhgkpnecebogdlmlioknfebceiecpa |
คำอธิบาย | Quickwise is a quick and easy way to see your Splitwise information. |
ขนาดไฟล์ | 163 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-06-17 |
วันที่เผยแพร่ | 2015-06-17 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quickwise", "short_name": "Quickwise", "description": "Quickwise is a quick and easy way to see your Splitwise information.", "version": "0.0.1", "minimum_chrome_version": "38", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/secure.splitwise.com\/api\/v3.0\/get_printable_summary" ] } |