GetClearing
This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
What is GetClearing?
GetClearing is a Chrome extension developed by https://getclearing.co, and its main feature is "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.".
Extension Screenshots
Download GetClearing Extension CRX File
Download GetClearing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension allows users to easily connect their Airbnb account to sync their payouts to Clearing.
Extension Basic Information
Name | GetClearing |
ID | edkmjhiiglmhlcopdaehmegngdiikdam |
Official URL | https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam |
Description | This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping. |
File Size | 372 KB |
Installation Count | 236 |
Current Version | 3.2.7 |
Last Updated | 2024-01-07 |
Publish Date | 2023-05-16 |
Developer | https://getclearing.co |
[email protected] | |
Payment Type | free |
Extension Website | https://getclearing.co/ |
Privacy Policy Page URL | https://getclearing.co/legal |
Supported Languages | 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*" ] } |