TourConnect-AI

TourConnect extension provides access to your TourConnect tools right at your webmail platform.

Apa itu TourConnect-AI?

TourConnect-AI adalah ekstensi Chrome yang dikembangkan oleh TourConnect LLC, dan fitur utamanya adalah "TourConnect extension provides access to your TourConnect tools right at your webmail platform.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TourConnect-AI

Unduh file ekstensi TourConnect-AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        As a Travel-AI client, with this extension you will be able to enter stop sales, offers and preview partner information right from Gmail, you can also open the sidebar while browsing any other website; learn what Travel-ML can do for your company at https://www.tourconnect.com/travel-ml/                    

Informasi Dasar Ekstensi

Nama TourConnect-AI TourConnect-AI
ID abielmhcjemnankejdnfkahmlcmepfdg
URL Resmi https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg
Deskripsi TourConnect extension provides access to your TourConnect tools right at your webmail platform.
Ukuran File 126 KB
Jumlah Instalasi 77
Versi Saat Ini 0.0.0.12
Terakhir Diperbarui 2021-11-08
Tanggal Publikasi 2021-01-08
Pengembang TourConnect LLC
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.tourconnect.com/ai
URL Halaman Bantuan http://support.tourconnect.com
URL Halaman Kebijakan Privasi https://www.tourconnect.com/privacy-policy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TourConenect-AI"
    },
    "content_security_policy": "script-src https:\/\/*.google.com chrome-extension:\/\/abielmhcjemnankejdnfkahmlcmepfdg 'self' 'unsafe-eval'; object-src 'self' https:\/\/*.tourconnect.com https:\/\/*.tourconnect.dev",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "myapp.js"
            ]
        }
    ],
    "description": "TourConnect extension provides access to your TourConnect tools right at your webmail platform.",
    "icons": {
        "512": "logo512.png",
        "192": "logo192.png"
    },
    "manifest_version": 2,
    "name": "TourConnect-AI",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "TourConnect Add-In",
    "version": "0.0.0.12",
    "web_accessible_resources": [
        "https:\/\/tourconnect.ngrok.io",
        "https:\/\/tcoutlook.tourconnect.dev",
        "https:\/\/filematch.tourconnect.dev",
        "https:\/\/outlook.tourconnect.com",
        "https:\/\/outlook-staging.tourconnect.com",
        "*.png"
    ]
}