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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used with GetClearing.co, a solution for property managers to track their cashflow and automate bookkeeping."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GetClearing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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*"
    ]
}