Quickwise
Quickwise is a quick and easy way to see your Splitwise information.
什么是Quickwise?
Quickwise是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Quickwise is a quick and easy way to see your Splitwise information.”。
扩展截图
下载Quickwise扩展crx文件
下载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" ] } |