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.”。
擴展截圖
下載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 |
ID | gpkabcbkpmgnhbnophinkkbgkkfknjne |
官方網址 | 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\/*" ] } ] } |