GetClearing

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

Co je GetClearing?

GetClearing je rozšíření Chrome vyvinuté https://getclearing.co, a jeho hlavní funkcí je „This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GetClearing

Stáhněte si soubory rozšíření GetClearing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název GetClearing GetClearing
ID edkmjhiiglmhlcopdaehmegngdiikdam
Oficiální URL https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam
Popis This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
Velikost souboru 372 KB
Počet instalací 236
Aktuální Verze 3.2.7
Poslední Aktualizace 2024-01-07
Datum Vydání 2023-05-16
Vývojář https://getclearing.co
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getclearing.co/
URL Stránky Zásad Ochrany Soukromí https://getclearing.co/legal
Podporované Jazyky 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*"
    ]
}