GetClearing
This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
GetClearingคืออะไร?
GetClearing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getclearing.co และคุณลักษณะหลักของมันคือ "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetClearing
ดาวน์โหลดไฟล์ส่วนขยาย GetClearing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension allows users to easily connect their Airbnb account to sync their payouts to Clearing.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GetClearing |
ID | edkmjhiiglmhlcopdaehmegngdiikdam |
URL อย่างเป็นทางการ | 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*" ] } |