Expensify Power User
An extension that adds small touches to make expensify easier.
What is Expensify Power User?
Expensify Power User is a Chrome extension developed by https://nicholasquinlan.com, and its main feature is "An extension that adds small touches to make expensify easier.".
Extension Screenshots
Download Expensify Power User Extension CRX File
Download Expensify Power User extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Expensify Power User |
ID | hdbooagpfopbbkflkenlmekfmcbdfifd |
Official URL | https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd |
Description | An extension that adds small touches to make expensify easier. |
File Size | 291 KB |
Installation Count | 241 |
Current Version | 0.0.1 |
Last Updated | 2015-04-25 |
Publish Date | 2015-04-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://nicholasquinlan.com |
Payment Type | free |
Supported Languages | 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\/*" ] } |