GetClearing

This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.

Cos'è GetClearing?

GetClearing è un'estensione di Chrome sviluppata da https://getclearing.co, e la sua funzione principale è "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GetClearing

Scarica i file di estensione GetClearing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The extension allows users to easily connect their Airbnb account to sync their payouts to Clearing.                    

Informazioni di Base sull'Estensione

Nome GetClearing GetClearing
ID edkmjhiiglmhlcopdaehmegngdiikdam
URL Ufficiale https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam
Descrizione This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
Dimensione del File 372 KB
Conteggio Installazioni 236
Versione Corrente 3.2.7
Ultimo Aggiornamento 2024-01-07
Data di Pubblicazione 2023-05-16
Sviluppatore https://getclearing.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getclearing.co/
URL della Pagina della Politica sulla Privacy https://getclearing.co/legal
Lingue Supportate 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*"
    ]
}