Xero Accounting Auto Reconcile Clicker
Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
O que é Xero Accounting Auto Reconcile Clicker?
Xero Accounting Auto Reconcile Clicker é uma extensão do Chrome desenvolvida por https://zeroautoclicker.com, e sua principal característica é "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Xero Accounting Auto Reconcile Clicker
Baixe arquivos de extensão Xero Accounting Auto Reconcile Clicker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Xero Accounting Auto Reconcile Clicker |
ID | gpkabcbkpmgnhbnophinkkbgkkfknjne |
URL Oficial | https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne |
Descrição | Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool. |
Tamanho do Arquivo | 20.95 KB |
Contagem de Instalações | 1,148 |
Versão Atual | 1.3.3 |
Última Atualização | 2022-09-05 |
Data de Publicação | 2021-07-01 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | https://zeroautoclicker.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.zeroautoclicker.com |
URL da Página de Ajuda | https://www.zeroautoclicker.com/contact |
URL da Página de Política de Privacidade | https://www.re-pricer.co.uk/privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |