Quickwise
Quickwise is a quick and easy way to see your Splitwise information.
Cos'è Quickwise?
Quickwise è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quickwise is a quick and easy way to see your Splitwise information.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quickwise
Scarica i file di estensione Quickwise in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kobhgkpnecebogdlmlioknfebceiecpa |
URL Ufficiale | https://chromewebstore.google.com/detail/quickwise/kobhgkpnecebogdlmlioknfebceiecpa |
Descrizione | Quickwise is a quick and easy way to see your Splitwise information. |
Dimensione del File | 163 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-06-17 |
Data di Pubblicazione | 2015-06-17 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |