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はhttps://zeroautoclicker.comによって開発されたChromeの拡張機能で、その主な機能は「Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Xero Accounting Auto Reconcile Clicker拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
            ]
        }
    ]
}