Quickwise
Quickwise is a quick and easy way to see your Splitwise information.
Was ist Quickwise?
Quickwise ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Quickwise is a quick and easy way to see your Splitwise information.".
Erweiterungsscreenshots
Quickwise-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quickwise-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kobhgkpnecebogdlmlioknfebceiecpa |
Offizielle URL | https://chromewebstore.google.com/detail/quickwise/kobhgkpnecebogdlmlioknfebceiecpa |
Beschreibung | Quickwise is a quick and easy way to see your Splitwise information. |
Dateigröße | 163 KB |
Installationsanzahl | 16 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-06-17 |
Veröffentlichungsdatum | 2015-06-17 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |