Expensify Power User
An extension that adds small touches to make expensify easier.
Expensify Power User क्या है?
Expensify Power User https://nicholasquinlan.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that adds small touches to make expensify easier."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Expensify Power User एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Expensify is super easy to user, this makes it even easier. Expensify Power User adds autocomplete to most Expensify dropdowns. ✨✨✨✨✨✨✨✨✨✨✨✨✨✨ Code Available on Github: https://github.com/nquinlan/expensify-power-user/
एक्सटेंशन की मूल जानकारी
नाम | Expensify Power User |
ID | hdbooagpfopbbkflkenlmekfmcbdfifd |
आधिकारिक URL | https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd |
विवरण | An extension that adds small touches to make expensify easier. |
फ़ाइल का आकार | 291 KB |
स्थापना संख्या | 241 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-04-25 |
प्रकाशन तिथि | 2015-04-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://nicholasquinlan.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Expensify Power User", "version": "0.0.1", "manifest_version": 2, "description": "An extension that adds small touches to make expensify easier.", "homepage_url": "https:\/\/expensify.com", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/www.expensify.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.expensify.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/inject\/document\/*" ] } |