Tres CBO Live Connect

ClientBase Online Chrome Extension

Tres CBO Live Connect क्या है?

Tres CBO Live Connect amartin75 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ClientBase Online Chrome Extension"।

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

screenshot

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

crx प्रारूप में Tres CBO Live Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Finds embedded reservation details on supported booking providers for import into Clientbase Online.                    

एक्सटेंशन की मूल जानकारी

नाम Tres CBO Live Connect Tres CBO Live Connect
ID jhmjglmjdlhbipdigfldhednnlnmemkl
आधिकारिक URL https://chromewebstore.google.com/detail/tres-cbo-live-connect/jhmjglmjdlhbipdigfldhednnlnmemkl
विवरण ClientBase Online Chrome Extension
फ़ाइल का आकार 2.93 MB
स्थापना संख्या 2,336
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-05-30
प्रकाशन तिथि 2022-06-12
डेवलपर amartin75
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.trestechnologies.com/
सहायता पृष्ठ URL https://trestechnologieshelp.zendesk.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "32": ".\/assets\/images\/icon-32x32.png",
        "128": ".\/assets\/images\/icon-128x128.png"
    },
    "name": "Tres CBO Live Connect",
    "short_name": "subgadget",
    "version": "1.0.6",
    "description": "ClientBase Online Chrome Extension",
    "permissions": [
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "allow-iframes-rules",
                "enabled": true,
                "path": "allow-iframes-rules.json"
            },
            {
                "id": "remove-csp-rules",
                "enabled": true,
                "path": "remove-csp-rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/clientbaseonline.trams.com\/*",
        "https:\/\/dev-cbb.trams.com\/*",
        "https:\/\/*.agentmaxonline.com\/*",
        "https:\/\/*.acegroup.com\/*",
        "https:\/\/*.chubbtravelinsurance.com\/*",
        "https:\/\/*.bedsonline.com\/*"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "ClientBase Online Chrome Extension"
    },
    "options_page": "index.html?#\/options",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts.js",
                "scripts.73afd37895d1174835c0.js",
                "subgadget.js",
                "loading.html"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}