Quickwise
Quickwise is a quick and easy way to see your Splitwise information.
Quickwise क्या है?
Quickwise Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickwise is a quick and easy way to see your Splitwise information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quickwise एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |