Okay Xero

The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.

Cos'è Okay Xero?

Okay Xero è un'estensione di Chrome sviluppata da schmoove, e la sua funzione principale è "The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Okay Xero

Scarica i file di estensione Okay Xero 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

                        Xero is awesome. But it'd be way better if you could reconcile all of your bank account transactions without reaching for your mouse, right?

Now you can.

Tab through fields, select your contact/account, hit Ctrl/Cmd-Enter. Done.

For everyone who has been hoping that Xero would add this feature for nearly four years now:

https://community.xero.com/business/discussion/67827600                    

Informazioni di Base sull'Estensione

Nome Okay Xero Okay Xero
ID kgnhcajopcajjgiclnknhkbopcjmhljo
URL Ufficiale https://chromewebstore.google.com/detail/okay-xero/kgnhcajopcajjgiclnknhkbopcjmhljo
Descrizione The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.
Dimensione del File 32.65 KB
Conteggio Installazioni 73
Versione Corrente 0.1
Ultimo Aggiornamento 2021-03-14
Data di Pubblicazione 2021-03-10
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore schmoove
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/schmoove/okay-xero
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Okay Xero",
    "description": "The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl\/Cmd-Enter. Done.",
    "author": "Ryan Marshall ",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.xero.com\/BankRec\/BankRec.aspx*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}