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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}