Tres Direct Connect

Tres Chrome Extension

What is Tres Direct Connect?

Tres Direct Connect is a Chrome extension developed by amartin75, and its main feature is "Tres Chrome Extension".

Extension Screenshots

screenshot

Download Tres Direct Connect Extension CRX File

Download Tres Direct Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tres Direct Connect Tres Direct Connect
ID bkahmldampcidnkhkfbndalckfmmlfcj
Official URL https://chromewebstore.google.com/detail/tres-direct-connect/bkahmldampcidnkhkfbndalckfmmlfcj
Description Tres Chrome Extension
File Size 365 KB
Installation Count 149
Current Version 1.0.5
Last Updated 2023-05-31
Publish Date 2022-05-26
Rating 5.00/5 Total 1 Ratings
Developer amartin75
Email [email protected]
Payment Type free
Extension Website https://www.trestechnologies.com/
Help Page URL https://trestechnologieshelp.zendesk.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": ".\/assets\/images\/icon-119x107.png"
    },
    "name": "Tres Direct Connect",
    "short_name": "subtres",
    "version": "1.0.5",
    "description": "Tres Chrome Extension",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Tres Chrome Extension"
    },
    "options_page": "index.html?#\/options",
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}