Xero Accounting Auto Reconcile Clicker

Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.

Что такое Xero Accounting Auto Reconcile Clicker?

Xero Accounting Auto Reconcile Clicker - это расширение Chrome, разработанное https://zeroautoclicker.com, и его основная функция - "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Xero Accounting Auto Reconcile Clicker

Скачайте файлы расширений Xero Accounting Auto Reconcile Clicker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Automate your Xero Accounting with this easy to use auto clicker.

Currently it allows for easy reconciliation for items that match the pre-set rules you have created within Xero. 

This means you do not have to click OK for each transaction, saving you lots of time! 

You can control the speed of which the tool confirms the transactions, meaning you can check them if you want, or simply blast through them!

It makes Xero Accounting Automation very easy and fast.

How it works: 

1) Install extension
2) Head to Xero
3) Open extension and select your automation speed
4) Click start and watch the transactions confirm automatically                    

Основная информация о расширении

Название Xero Accounting Auto Reconcile Clicker Xero Accounting Auto Reconcile Clicker
ID gpkabcbkpmgnhbnophinkkbgkkfknjne
Официальный URL https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne
Описание Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
Размер файла 20.95 KB
Количество установок 1,148
Текущая Версия 1.3.3
Последнее Обновление 2022-09-05
Дата публикации 2021-07-01
Рейтинг 3.00/5 Всего 2 оценок
Разработчик https://zeroautoclicker.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.zeroautoclicker.com
URL страницы помощи https://www.zeroautoclicker.com/contact
URL страницы политики конфиденциальности https://www.re-pricer.co.uk/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xero Accounting Auto Reconcile Clicker",
    "description": "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.",
    "version": "1.3.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Xero Accounting Auto Clicker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32.png",
        "256": "icon-large.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.xero.com\/BankRec\/BankRec.aspx?accountID=*"
            ],
            "run_at": "document_start",
            "css": [
                "run.css"
            ],
            "js": [
                "popup.js",
                "run.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "run.js"
            ],
            "matches": [
                "https:\/\/go.xero.com\/*"
            ]
        }
    ]
}