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" ] } |