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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Quickwise Quickwise
ID kobhgkpnecebogdlmlioknfebceiecpa
官方網址 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"
    ]
}