GetClearing
This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
Qu'est-ce que GetClearing ?
GetClearing est une extension Chrome développée par https://getclearing.co, et sa fonction principale est "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GetClearing
Téléchargez les fichiers d'extension GetClearing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The extension allows users to easily connect their Airbnb account to sync their payouts to Clearing.
Informations de Base sur l'Extension
Nom | GetClearing |
ID | edkmjhiiglmhlcopdaehmegngdiikdam |
URL Officiel | 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. |
Taille du Fichier | 372 KB |
Nombre d'Installations | 236 |
Version Actuelle | 3.2.7 |
Dernière Mise à Jour | 2024-01-07 |
Date de Publication | 2023-05-16 |
Développeur | https://getclearing.co |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getclearing.co/ |
URL de la Page de Politique de Confidentialité | https://getclearing.co/legal |
Langues Prises en Charge | 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*" ] } |