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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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*"
    ]
}