TourConnect-AI

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

什麼是TourConnect-AI?

TourConnect-AI是由TourConnect LLC開發的Chrome擴展程式,該擴展的主要功能是“TourConnect extension provides access to your TourConnect tools right at your webmail platform.”。

擴展截圖

screenshot

下載TourConnect-AI擴展crx文件

下載TourConnect-AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 TourConnect-AI TourConnect-AI
ID abielmhcjemnankejdnfkahmlcmepfdg
官方網址 https://chromewebstore.google.com/detail/tourconnect-ai/abielmhcjemnankejdnfkahmlcmepfdg
簡介 TourConnect extension provides access to your TourConnect tools right at your webmail platform.
檔案大小 126 KB
安裝次數 77
目前版本 0.0.0.12
更新時間 2021-11-08
上架時間 2021-01-08
開發者 TourConnect LLC
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.tourconnect.com/ai
說明頁面URL http://support.tourconnect.com
隱私政策頁面URL https://www.tourconnect.com/privacy-policy
支援的語言 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"
    ]
}