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
公式URL 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
Eメール [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"
    ]
}