Tres Direct Connect

Tres Chrome Extension

Cos'è Tres Direct Connect?

Tres Direct Connect è un'estensione di Chrome sviluppata da amartin75, e la sua funzione principale è "Tres Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tres Direct Connect

Scarica i file di estensione Tres Direct Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Tres Direct Connect Tres Direct Connect
ID bkahmldampcidnkhkfbndalckfmmlfcj
URL Ufficiale https://chromewebstore.google.com/detail/tres-direct-connect/bkahmldampcidnkhkfbndalckfmmlfcj
Descrizione Tres Chrome Extension
Dimensione del File 365 KB
Conteggio Installazioni 149
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-05-31
Data di Pubblicazione 2022-05-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore amartin75
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.trestechnologies.com/
URL della Pagina di Aiuto https://trestechnologieshelp.zendesk.com/
Lingue Supportate 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'"
    }
}