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
电子邮箱 [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*"
    ]
}