Expensify Power User
An extension that adds small touches to make expensify easier.
Wat is Expensify Power User?
Expensify Power User is een Chrome-extensie ontwikkeld door https://nicholasquinlan.com, en de belangrijkste functie is "An extension that adds small touches to make expensify easier.".
Extensie Screenshots
Download het CRX-bestand van de extensie Expensify Power User
Download Expensify Power User-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Expensify Power User |
ID | hdbooagpfopbbkflkenlmekfmcbdfifd |
Officiële URL | https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd |
Beschrijving | An extension that adds small touches to make expensify easier. |
Bestandsgrootte | 291 KB |
Aantal Installaties | 241 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2015-04-25 |
Publicatiedatum | 2015-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://nicholasquinlan.com |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |