Okay Xero

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

ما هو Okay Xero؟

Okay Xero هو إضافة Chrome تم تطويرها بواسطة schmoove، والميزة الرئيسية لها هي "The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Okay Xero

قم بتنزيل ملفات الامتداد Okay Xero بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Okay Xero Okay Xero
ID kgnhcajopcajjgiclnknhkbopcjmhljo
عنوان URL الرسمي https://chromewebstore.google.com/detail/okay-xero/kgnhcajopcajjgiclnknhkbopcjmhljo
الوصف The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.
حجم الملف 32.65 KB
عدد التثبيتات 73
النسخة الحالية 0.1
آخر تحديث 2021-03-14
تاريخ النشر 2021-03-10
تقييم 3.67/5 مجموع تقييمات 3
المطور schmoove
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/schmoove/okay-xero
اللغات المدعومة 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"
            ]
        }
    ]
}