GetClearing

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

GetClearingとは何ですか?

GetClearingはhttps://getclearing.coによって開発されたChromeの拡張機能で、その主な機能は「This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.」です。

拡張機能のスクリーンショット

screenshot

GetClearing拡張機能のCRXファイルをダウンロード

GetClearing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 GetClearing GetClearing
ID edkmjhiiglmhlcopdaehmegngdiikdam
公式URL https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam
説明 This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
ファイルサイズ 372 KB
インストール数 236
現在のバージョン 3.2.7
最終更新日 2024-01-07
公開日 2023-05-16
開発者 https://getclearing.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://getclearing.co/
プライバシーポリシーページのURL https://getclearing.co/legal
対応言語 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*"
    ]
}