Expensify Power User

An extension that adds small touches to make expensify easier.

Cos'è Expensify Power User?

Expensify Power User è un'estensione di Chrome sviluppata da https://nicholasquinlan.com, e la sua funzione principale è "An extension that adds small touches to make expensify easier.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Expensify Power User

Scarica i file di estensione Expensify Power User in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Expensify Power User Expensify Power User
ID hdbooagpfopbbkflkenlmekfmcbdfifd
URL Ufficiale https://chromewebstore.google.com/detail/expensify-power-user/hdbooagpfopbbkflkenlmekfmcbdfifd
Descrizione An extension that adds small touches to make expensify easier.
Dimensione del File 291 KB
Conteggio Installazioni 241
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-04-25
Data di Pubblicazione 2015-04-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nicholasquinlan.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}