Tres CBO Live Connect

ClientBase Online Chrome Extension

Tres CBO Live Connectคืออะไร?

Tres CBO Live Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amartin75 และคุณลักษณะหลักของมันคือ "ClientBase Online Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tres CBO Live Connect

ดาวน์โหลดไฟล์ส่วนขยาย Tres CBO Live Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
    }
}