Tres Direct Connect

Tres Chrome Extension

Tres Direct Connectとは何ですか?

Tres Direct Connectはamartin75によって開発されたChromeの拡張機能で、その主な機能は「Tres Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Tres Direct Connect拡張機能のCRXファイルをダウンロード

Tres Direct Connect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Tres Direct Connect Tres Direct Connect
ID bkahmldampcidnkhkfbndalckfmmlfcj
公式URL https://chromewebstore.google.com/detail/tres-direct-connect/bkahmldampcidnkhkfbndalckfmmlfcj
説明 Tres Chrome Extension
ファイルサイズ 365 KB
インストール数 149
現在のバージョン 1.0.5
最終更新日 2023-05-31
公開日 2022-05-26
評価 5.00/5 合計 1 レビュー
開発者 amartin75
Eメール [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": {
        "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'"
    }
}