GetClearing
This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
什麼是GetClearing?
GetClearing是由https://getclearing.co開發的Chrome擴展程式,該擴展的主要功能是“This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.”。
擴展截圖
下載GetClearing擴展crx文件
下載GetClearing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension allows users to easily connect their Airbnb account to sync their payouts to Clearing.
擴展基本資訊
名稱 | GetClearing |
ID | edkmjhiiglmhlcopdaehmegngdiikdam |
官方網址 | https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam |
簡介 | This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping. |
檔案大小 | 372 KB |
安裝次數 | 236 |
目前版本 | 3.2.7 |
更新時間 | 2024-01-07 |
上架時間 | 2023-05-16 |
開發者 | https://getclearing.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://getclearing.co/ |
隱私政策頁面URL | https://getclearing.co/legal |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GetClearing", "version": "3.2.7", "manifest_version": 3, "description": "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.", "icons": { "16": "assets\/logo.png", "32": "assets\/logo.png", "48": "assets\/logo.png", "128": "assets\/logo.png" }, "action": { "default_icon": "assets\/logo.png", "default_popup": "popup\/index.html" }, "background": { "service_worker": "background\/index.js" }, "content_scripts": [ { "css": [ "css\/css.css" ], "js": [ "lib\/toastify.js", "contents\/airbnb.js" ], "matches": [ "https:\/\/*.airbnb.com\/users\/transaction_history\/*", "https:\/\/*.airbnb.ca\/users\/transaction_history\/*" ] } ], "permissions": [ "alarms", "cookies", "storage" ], "host_permissions": [ "https:\/\/*.airbnb.com\/*", "https:\/\/*.airbnb.ca\/*", "https:\/\/airbnb-payments.s3.amazonaws.com\/*", "https:\/\/*.vrbo.com\/*", "https:\/\/cas.homeaway.com\/auth\/vrbo\/login*" ] } |