GetClearing

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

Co to jest GetClearing?

GetClearing to rozszerzenie Chrome opracowane przez https://getclearing.co, a jego główną funkcją jest „This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GetClearing

Pobierz pliki rozszerzeń GetClearing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa GetClearing GetClearing
ID edkmjhiiglmhlcopdaehmegngdiikdam
Oficjalny URL https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam
Opis This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
Rozmiar pliku 372 KB
Liczba instalacji 236
Aktualna Wersja 3.2.7
Ostatnia Aktualizacja 2024-01-07
Data Publikacji 2023-05-16
Deweloper https://getclearing.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://getclearing.co/
Adres URL Strony Polityki Prywatności https://getclearing.co/legal
Obsługiwane Języki 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*"
    ]
}