GetClearing

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

GetClearing là gì?

GetClearing là một tiện ích mở rộng Chrome được phát triển bởi https://getclearing.co, và tính năng chính của nó là "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GetClearing

Tải xuống các tệp mở rộng GetClearing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GetClearing GetClearing
ID edkmjhiiglmhlcopdaehmegngdiikdam
URL Chính Thức https://chromewebstore.google.com/detail/getclearing/edkmjhiiglmhlcopdaehmegngdiikdam
Mô tả This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping.
Kích Thước Tệp 372 KB
Số Lần Cài Đặt 236
Phiên Bản Hiện Tại 3.2.7
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2023-05-16
Nhà Phát Triển https://getclearing.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getclearing.co/
URL Trang Chính Sách Bảo Mật https://getclearing.co/legal
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}