Finance41 Extension
Quickly enter transactions on Finance41 through a popup.
Finance41 Extension क्या है?
Finance41 Extension https://finance41.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly enter transactions on Finance41 through a popup."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Finance41 Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finance41 is an online personal finance service that keeps track of your spendings, incomes and savings. Easier to use then an Excel spreadsheet, yet very powerful, Finance41 is built for people who want a clear insight of their money flow without the headaches of complicated software. - add transactions quickly - categorize with tags - analyse your spending - maintain control of your finances Finance41 uses cutting edge technologies to create the greatest user experience, keeping things easy and simple while providing all the capabilities of a powerful finance tool.
एक्सटेंशन की मूल जानकारी
नाम | Finance41 Extension |
ID | adojojhmddiheilndfjlhddemdlfjfle |
आधिकारिक URL | https://chromewebstore.google.com/detail/finance41-extension/adojojhmddiheilndfjlhddemdlfjfle |
विवरण | Quickly enter transactions on Finance41 through a popup. |
फ़ाइल का आकार | 78.04 KB |
स्थापना संख्या | 2,040 |
वर्तमान संस्करण | 1.5.3 |
अंतिम अपडेट | 2013-06-25 |
प्रकाशन तिथि | 2013-06-25 |
रेटिंग | 3.92/5 कुल 25 रेटिंग्स |
डेवलपर | https://finance41.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://finance41.com/app/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "isInstalled.js" ], "matches": [ "https:\/\/finance41.com\/app\/" ] } ], "content_security_policy": "script-src 'self' https:\/\/finance41.com; object-src 'self'", "description": "Quickly enter transactions on Finance41 through a popup.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "name": "Finance41 Extension", "permissions": [ "http:\/\/finance41.com\/*", "https:\/\/finance41.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.5.3" } |